Shades of Cinnabar #E5451E
Tints of Cinnabar #E5451E
RGB
CMYK
RGB Variations
Color information
#E5451E (or 0xE5451E) is known color: Cinnabar. HEX triplet: E5, 45 and 1E. RGB value is (229,69,30). Sum of RGB (Red+Green+Blue) = 229+69+30=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5451E is #1ABAE1. Grayscale: #707070. Windows color (decimal): -1751778 or 1983973. OLE color: 1983973.
HSL color Cylindrical-coordinate representation of color #E5451E: hue angle of 11.76º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5451E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 30 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.10 |
| HSL | 11.76º | 0.79% | 0.51% | - |
| HSV(B) | 11.76º | 0.87% | 0.9% | - |
| XYZ | 34.68 | 21.01 | 3.46 | - |
| YUV | 112.39 | 81.51 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 30 | 0 | 0.70 | 0.87 | 0.10 | 11.76 | 0.79 | 0.51 |
| Hex | E5 | 45 | 1E | 0 | 46 | 57 | A | C | 4F | 33 |
| Octal | 345 | 105 | 36 | 0 | 106 | 127 | 12 | 14 | 117 | 63 |
| Binary | 11100101 | 1000101 | 11110 | 0 | 1000110 | 1010111 | 1010 | 1100 | 1001111 | 110011 |
Color Harmonies of #E5451E
Complementary color
Monochromatic Colors of #E5451E
Black with #E5451E
Text Example
Text Example
White with #E5451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5451E; }
p { color: rgb(229,69,30); }
H1.HeaderClassName
{
color: #E5451E;
}
.AnyTagClassName
{
color: #E5451E;
}
</style>
background-color css
<style>
a { background-color: #E5451E; }
a { background-color: rgb(229,69,30); }
div.DivClassName
{
background-color: #E5451E;
}
.BgClassName
{
background-color: #E5451E;
}
</style>
border-color css
<style>
span { border-color: #E5451E; }
span { border-color: rgb(229,69,30); }
td.TdClassName
{
border-color: #E5451E;
}
.TagClassName
{
border-color: #E5451E;
}
</style>