Shades of Cinnabar #E4422C
Tints of Cinnabar #E4422C
RGB
CMYK
RGB Variations
Color information
#E4422C (or 0xE4422C) is known color: Cinnabar. HEX triplet: E4, 42 and 2C. RGB value is (228,66,44). Sum of RGB (Red+Green+Blue) = 228+66+44=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4422C is #1BBDD3. Grayscale: #707070. Windows color (decimal): -1818068 or 2900708. OLE color: 2900708.
HSL color Cylindrical-coordinate representation of color #E4422C: hue angle of 7.17º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4422C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 44 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.11 |
| HSL | 7.17º | 0.77% | 0.53% | - |
| HSV(B) | 7.17º | 0.81% | 0.89% | - |
| XYZ | 34.4 | 20.57 | 4.54 | - |
| YUV | 111.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 44 | 0 | 0.71 | 0.81 | 0.11 | 7.17 | 0.77 | 0.53 |
| Hex | E4 | 42 | 2C | 0 | 47 | 51 | B | 7 | 4D | 35 |
| Octal | 344 | 102 | 54 | 0 | 107 | 121 | 13 | 7 | 115 | 65 |
| Binary | 11100100 | 1000010 | 101100 | 0 | 1000111 | 1010001 | 1011 | 111 | 1001101 | 110101 |
Color Harmonies of #E4422C
Complementary color
Monochromatic Colors of #E4422C
Black with #E4422C
Text Example
Text Example
White with #E4422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4422C; }
p { color: rgb(228,66,44); }
H1.HeaderClassName
{
color: #E4422C;
}
.AnyTagClassName
{
color: #E4422C;
}
</style>
background-color css
<style>
a { background-color: #E4422C; }
a { background-color: rgb(228,66,44); }
div.DivClassName
{
background-color: #E4422C;
}
.BgClassName
{
background-color: #E4422C;
}
</style>
border-color css
<style>
span { border-color: #E4422C; }
span { border-color: rgb(228,66,44); }
td.TdClassName
{
border-color: #E4422C;
}
.TagClassName
{
border-color: #E4422C;
}
</style>