Shades of Cinnabar #E5422C
Tints of Cinnabar #E5422C
RGB
CMYK
RGB Variations
Color information
#E5422C (or 0xE5422C) is known color: Cinnabar. HEX triplet: E5, 42 and 2C. RGB value is (229,66,44). Sum of RGB (Red+Green+Blue) = 229+66+44=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5422C is #1ABDD3. Grayscale: #707070. Windows color (decimal): -1752532 or 2900709. OLE color: 2900709.
HSL color Cylindrical-coordinate representation of color #E5422C: hue angle of 7.14º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5422C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 44 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.10 |
| HSL | 7.14º | 0.78% | 0.54% | - |
| HSV(B) | 7.14º | 0.81% | 0.9% | - |
| XYZ | 34.72 | 20.74 | 4.56 | - |
| YUV | 112.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 44 | 0 | 0.71 | 0.81 | 0.10 | 7.14 | 0.78 | 0.54 |
| Hex | E5 | 42 | 2C | 0 | 47 | 51 | A | 7 | 4E | 36 |
| Octal | 345 | 102 | 54 | 0 | 107 | 121 | 12 | 7 | 116 | 66 |
| Binary | 11100101 | 1000010 | 101100 | 0 | 1000111 | 1010001 | 1010 | 111 | 1001110 | 110110 |
Color Harmonies of #E5422C
Complementary color
Monochromatic Colors of #E5422C
Black with #E5422C
Text Example
Text Example
White with #E5422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5422C; }
p { color: rgb(229,66,44); }
H1.HeaderClassName
{
color: #E5422C;
}
.AnyTagClassName
{
color: #E5422C;
}
</style>
background-color css
<style>
a { background-color: #E5422C; }
a { background-color: rgb(229,66,44); }
div.DivClassName
{
background-color: #E5422C;
}
.BgClassName
{
background-color: #E5422C;
}
</style>
border-color css
<style>
span { border-color: #E5422C; }
span { border-color: rgb(229,66,44); }
td.TdClassName
{
border-color: #E5422C;
}
.TagClassName
{
border-color: #E5422C;
}
</style>