Shades of Cinnabar #E5402C
Tints of Cinnabar #E5402C
RGB
CMYK
RGB Variations
Color information
#E5402C (or 0xE5402C) is known color: Cinnabar. HEX triplet: E5, 40 and 2C. RGB value is (229,64,44). Sum of RGB (Red+Green+Blue) = 229+64+44=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5402C is #1ABFD3. Grayscale: #6F6F6F. Windows color (decimal): -1753044 or 2900197. OLE color: 2900197.
HSL color Cylindrical-coordinate representation of color #E5402C: hue angle of 6.49º 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 #E5402C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 44 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.10 |
| HSL | 6.49º | 0.78% | 0.54% | - |
| HSV(B) | 6.49º | 0.81% | 0.9% | - |
| XYZ | 34.6 | 20.51 | 4.52 | - |
| YUV | 111.06 | 90.16 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 44 | 0 | 0.72 | 0.81 | 0.10 | 6.49 | 0.78 | 0.54 |
| Hex | E5 | 40 | 2C | 0 | 48 | 51 | A | 6 | 4E | 36 |
| Octal | 345 | 100 | 54 | 0 | 110 | 121 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 1000000 | 101100 | 0 | 1001000 | 1010001 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E5402C
Complementary color
Monochromatic Colors of #E5402C
Black with #E5402C
Text Example
Text Example
White with #E5402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5402C; }
p { color: rgb(229,64,44); }
H1.HeaderClassName
{
color: #E5402C;
}
.AnyTagClassName
{
color: #E5402C;
}
</style>
background-color css
<style>
a { background-color: #E5402C; }
a { background-color: rgb(229,64,44); }
div.DivClassName
{
background-color: #E5402C;
}
.BgClassName
{
background-color: #E5402C;
}
</style>
border-color css
<style>
span { border-color: #E5402C; }
span { border-color: rgb(229,64,44); }
td.TdClassName
{
border-color: #E5402C;
}
.TagClassName
{
border-color: #E5402C;
}
</style>