Shades of Cinnabar #E5402D
Tints of Cinnabar #E5402D
RGB
CMYK
RGB Variations
Color information
#E5402D (or 0xE5402D) is known color: Cinnabar. HEX triplet: E5, 40 and 2D. RGB value is (229,64,45). Sum of RGB (Red+Green+Blue) = 229+64+45=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5402D is #1ABFD2. Grayscale: #6F6F6F. Windows color (decimal): -1753043 or 2965733. OLE color: 2965733.
HSL color Cylindrical-coordinate representation of color #E5402D: hue angle of 6.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5402D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 45 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.10 |
| HSL | 6.2º | 0.78% | 0.54% | - |
| HSV(B) | 6.2º | 0.8% | 0.9% | - |
| XYZ | 34.62 | 20.51 | 4.62 | - |
| YUV | 111.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 45 | 0 | 0.72 | 0.80 | 0.10 | 6.2 | 0.78 | 0.54 |
| Hex | E5 | 40 | 2D | 0 | 48 | 50 | A | 6 | 4E | 36 |
| Octal | 345 | 100 | 55 | 0 | 110 | 120 | 12 | 6 | 116 | 66 |
| Binary | 11100101 | 1000000 | 101101 | 0 | 1001000 | 1010000 | 1010 | 110 | 1001110 | 110110 |
Color Harmonies of #E5402D
Complementary color
Monochromatic Colors of #E5402D
Black with #E5402D
Text Example
Text Example
White with #E5402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5402D; }
p { color: rgb(229,64,45); }
H1.HeaderClassName
{
color: #E5402D;
}
.AnyTagClassName
{
color: #E5402D;
}
</style>
background-color css
<style>
a { background-color: #E5402D; }
a { background-color: rgb(229,64,45); }
div.DivClassName
{
background-color: #E5402D;
}
.BgClassName
{
background-color: #E5402D;
}
</style>
border-color css
<style>
span { border-color: #E5402D; }
span { border-color: rgb(229,64,45); }
td.TdClassName
{
border-color: #E5402D;
}
.TagClassName
{
border-color: #E5402D;
}
</style>