Shades of Cinnabar #E5431A
Tints of Cinnabar #E5431A
RGB
CMYK
RGB Variations
Color information
#E5431A (or 0xE5431A) is known color: Cinnabar. HEX triplet: E5, 43 and 1A. RGB value is (229,67,26). Sum of RGB (Red+Green+Blue) = 229+67+26=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5431A is #1ABCE5. Grayscale: #6F6F6F. Windows color (decimal): -1752294 or 1721317. OLE color: 1721317.
HSL color Cylindrical-coordinate representation of color #E5431A: hue angle of 12.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5431A is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 26 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.10 |
| HSL | 12.12º | 0.8% | 0.5% | - |
| HSV(B) | 12.12º | 0.89% | 0.9% | - |
| XYZ | 34.51 | 20.75 | 3.16 | - |
| YUV | 110.76 | 80.17 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 26 | 0 | 0.71 | 0.89 | 0.10 | 12.12 | 0.8 | 0.5 |
| Hex | E5 | 43 | 1A | 0 | 47 | 59 | A | C | 50 | 32 |
| Octal | 345 | 103 | 32 | 0 | 107 | 131 | 12 | 14 | 120 | 62 |
| Binary | 11100101 | 1000011 | 11010 | 0 | 1000111 | 1011001 | 1010 | 1100 | 1010000 | 110010 |
Color Harmonies of #E5431A
Complementary color
Monochromatic Colors of #E5431A
Black with #E5431A
Text Example
Text Example
White with #E5431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5431A; }
p { color: rgb(229,67,26); }
H1.HeaderClassName
{
color: #E5431A;
}
.AnyTagClassName
{
color: #E5431A;
}
</style>
background-color css
<style>
a { background-color: #E5431A; }
a { background-color: rgb(229,67,26); }
div.DivClassName
{
background-color: #E5431A;
}
.BgClassName
{
background-color: #E5431A;
}
</style>
border-color css
<style>
span { border-color: #E5431A; }
span { border-color: rgb(229,67,26); }
td.TdClassName
{
border-color: #E5431A;
}
.TagClassName
{
border-color: #E5431A;
}
</style>