Shades of Cinnabar #E0421C
Tints of Cinnabar #E0421C
RGB
CMYK
RGB Variations
Color information
#E0421C (or 0xE0421C) is known color: Cinnabar. HEX triplet: E0, 42 and 1C. RGB value is (224,66,28). Sum of RGB (Red+Green+Blue) = 224+66+28=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0421C is #1FBDE3. Grayscale: #6D6D6D. Windows color (decimal): -2080228 or 1852128. OLE color: 1852128.
HSL color Cylindrical-coordinate representation of color #E0421C: hue angle of 11.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0421C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 28 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.12 |
| HSL | 11.63º | 0.78% | 0.49% | - |
| HSV(B) | 11.63º | 0.88% | 0.88% | - |
| XYZ | 32.9 | 19.83 | 3.19 | - |
| YUV | 108.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 28 | 0 | 0.71 | 0.88 | 0.12 | 11.63 | 0.78 | 0.49 |
| Hex | E0 | 42 | 1C | 0 | 47 | 58 | C | C | 4E | 31 |
| Octal | 340 | 102 | 34 | 0 | 107 | 130 | 14 | 14 | 116 | 61 |
| Binary | 11100000 | 1000010 | 11100 | 0 | 1000111 | 1011000 | 1100 | 1100 | 1001110 | 110001 |
Color Harmonies of #E0421C
Complementary color
Monochromatic Colors of #E0421C
Black with #E0421C
Text Example
Text Example
White with #E0421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0421C; }
p { color: rgb(224,66,28); }
H1.HeaderClassName
{
color: #E0421C;
}
.AnyTagClassName
{
color: #E0421C;
}
</style>
background-color css
<style>
a { background-color: #E0421C; }
a { background-color: rgb(224,66,28); }
div.DivClassName
{
background-color: #E0421C;
}
.BgClassName
{
background-color: #E0421C;
}
</style>
border-color css
<style>
span { border-color: #E0421C; }
span { border-color: rgb(224,66,28); }
td.TdClassName
{
border-color: #E0421C;
}
.TagClassName
{
border-color: #E0421C;
}
</style>