Shades of Cinnabar #E5452B
Tints of Cinnabar #E5452B
RGB
CMYK
RGB Variations
Color information
#E5452B (or 0xE5452B) is known color: Cinnabar. HEX triplet: E5, 45 and 2B. RGB value is (229,69,43). Sum of RGB (Red+Green+Blue) = 229+69+43=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5452B is #1ABAD4. Grayscale: #727272. Windows color (decimal): -1751765 or 2835941. OLE color: 2835941.
HSL color Cylindrical-coordinate representation of color #E5452B: hue angle of 8.39º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5452B is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 43 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.10 |
| HSL | 8.39º | 0.78% | 0.53% | - |
| HSV(B) | 8.39º | 0.81% | 0.9% | - |
| XYZ | 34.88 | 21.09 | 4.52 | - |
| YUV | 113.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 43 | 0 | 0.70 | 0.81 | 0.10 | 8.39 | 0.78 | 0.53 |
| Hex | E5 | 45 | 2B | 0 | 46 | 51 | A | 8 | 4E | 35 |
| Octal | 345 | 105 | 53 | 0 | 106 | 121 | 12 | 10 | 116 | 65 |
| Binary | 11100101 | 1000101 | 101011 | 0 | 1000110 | 1010001 | 1010 | 1000 | 1001110 | 110101 |
Color Harmonies of #E5452B
Complementary color
Monochromatic Colors of #E5452B
Black with #E5452B
Text Example
Text Example
White with #E5452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5452B; }
p { color: rgb(229,69,43); }
H1.HeaderClassName
{
color: #E5452B;
}
.AnyTagClassName
{
color: #E5452B;
}
</style>
background-color css
<style>
a { background-color: #E5452B; }
a { background-color: rgb(229,69,43); }
div.DivClassName
{
background-color: #E5452B;
}
.BgClassName
{
background-color: #E5452B;
}
</style>
border-color css
<style>
span { border-color: #E5452B; }
span { border-color: rgb(229,69,43); }
td.TdClassName
{
border-color: #E5452B;
}
.TagClassName
{
border-color: #E5452B;
}
</style>