RGB
178, 34, 34
HSL
0°, 68%, 42%
CMYK
0, 81, 81, 30
HSV
0°, 81%, 70%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #B22222 |
color: #B22222;
|
| RGB | 178, 34, 34 |
color: rgb(178, 34, 34);
|
| RGB Percentage | 70%, 13%, 13% |
color: rgb(70%, 13%, 13%);
|
| CMYK | 0%, 81%, 81%, 30% | Not supported in CSS |
| HSL | 0°, 68%, 42% |
color: hsl(0, 68%, 42%);
|
| HSV | 0°, 81%, 70% | Not supported in CSS |
| CIE-LAB | 34, 29, 0 |
color: lab(34% 29 0);
|
| Decimal | 11674146 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.crimson-red {
color: #B22222;
}
SCSS
$crimson-red: #B22222;
RGB
rgb(178, 34, 34)
Accessibility & Contrast
White background
6.68:1
6.68
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
3.14:1
3.14
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element