Shades of Cinnabar #E0422C
Tints of Cinnabar #E0422C
RGB
CMYK
RGB Variations
Color information
#E0422C (or 0xE0422C) is known color: Cinnabar. HEX triplet: E0, 42 and 2C. RGB value is (224,66,44). Sum of RGB (Red+Green+Blue) = 224+66+44=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0422C is #1FBDD3. Grayscale: #6E6E6E. Windows color (decimal): -2080212 or 2900704. OLE color: 2900704.
HSL color Cylindrical-coordinate representation of color #E0422C: hue angle of 7.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0422C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 44 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.12 |
| HSL | 7.33º | 0.74% | 0.53% | - |
| HSV(B) | 7.33º | 0.8% | 0.88% | - |
| XYZ | 33.14 | 19.93 | 4.48 | - |
| YUV | 110.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 44 | 0 | 0.71 | 0.80 | 0.12 | 7.33 | 0.74 | 0.53 |
| Hex | E0 | 42 | 2C | 0 | 47 | 50 | C | 7 | 4A | 35 |
| Octal | 340 | 102 | 54 | 0 | 107 | 120 | 14 | 7 | 112 | 65 |
| Binary | 11100000 | 1000010 | 101100 | 0 | 1000111 | 1010000 | 1100 | 111 | 1001010 | 110101 |
Color Harmonies of #E0422C
Complementary color
Monochromatic Colors of #E0422C
Black with #E0422C
Text Example
Text Example
White with #E0422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0422C; }
p { color: rgb(224,66,44); }
H1.HeaderClassName
{
color: #E0422C;
}
.AnyTagClassName
{
color: #E0422C;
}
</style>
background-color css
<style>
a { background-color: #E0422C; }
a { background-color: rgb(224,66,44); }
div.DivClassName
{
background-color: #E0422C;
}
.BgClassName
{
background-color: #E0422C;
}
</style>
border-color css
<style>
span { border-color: #E0422C; }
span { border-color: rgb(224,66,44); }
td.TdClassName
{
border-color: #E0422C;
}
.TagClassName
{
border-color: #E0422C;
}
</style>