RGB
255, 0, 56
HSL
347°, 100%, 50%
CMYK
0, 100, 78, 0
HSV
347°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF0038 |
color: #FF0038;
|
| RGB | 255, 0, 56 |
color: rgb(255, 0, 56);
|
| RGB Percentage | 100%, 0%, 22% |
color: rgb(100%, 0%, 22%);
|
| CMYK | 0%, 100%, 78%, 0% | Not supported in CSS |
| HSL | 347°, 100%, 50% |
color: hsl(347, 100%, 50%);
|
| HSV | 347°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 51, -19 |
color: lab(40% 51 -19);
|
| Decimal | 16711736 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.carmine-red {
color: #FF0038;
}
SCSS
$carmine-red: #FF0038;
RGB
rgb(255, 0, 56)
Accessibility & Contrast
White background
3.96:1
3.96
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
5.31:1
5.31
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element