Shades of Cinnabar #E5402F
Tints of Cinnabar #E5402F
RGB
CMYK
RGB Variations
Color information
#E5402F (or 0xE5402F) is known color: Cinnabar. HEX triplet: E5, 40 and 2F. RGB value is (229,64,47). Sum of RGB (Red+Green+Blue) = 229+64+47=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5402F is #1ABFD0. Grayscale: #6F6F6F. Windows color (decimal): -1753041 or 3096805. OLE color: 3096805.
HSL color Cylindrical-coordinate representation of color #E5402F: hue angle of 5.6º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5402F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 47 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.10 |
| HSL | 5.6º | 0.78% | 0.54% | - |
| HSV(B) | 5.6º | 0.79% | 0.9% | - |
| XYZ | 34.66 | 20.53 | 4.83 | - |
| YUV | 111.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 47 | 0 | 0.72 | 0.79 | 0.10 | 5.6 | 0.78 | 0.54 |
| Hex | E5 | 40 | 2F | 0 | 48 | 4F | A | 6 | 4E | 36 |
| Octal | 345 | 100 | 57 | 0 | 110 | 117 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 1000000 | 101111 | 0 | 1001000 | 1001111 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E5402F
Complementary color
Monochromatic Colors of #E5402F
Black with #E5402F
Text Example
Text Example
White with #E5402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5402F; }
p { color: rgb(229,64,47); }
H1.HeaderClassName
{
color: #E5402F;
}
.AnyTagClassName
{
color: #E5402F;
}
</style>
background-color css
<style>
a { background-color: #E5402F; }
a { background-color: rgb(229,64,47); }
div.DivClassName
{
background-color: #E5402F;
}
.BgClassName
{
background-color: #E5402F;
}
</style>
border-color css
<style>
span { border-color: #E5402F; }
span { border-color: rgb(229,64,47); }
td.TdClassName
{
border-color: #E5402F;
}
.TagClassName
{
border-color: #E5402F;
}
</style>