Shades of Cinnabar #E9452C
Tints of Cinnabar #E9452C
RGB
CMYK
RGB Variations
Color information
#E9452C (or 0xE9452C) is known color: Cinnabar. HEX triplet: E9, 45 and 2C. RGB value is (233,69,44). Sum of RGB (Red+Green+Blue) = 233+69+44=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9452C is #16BAD3. Grayscale: #737373. Windows color (decimal): -1489620 or 2901481. OLE color: 2901481.
HSL color Cylindrical-coordinate representation of color #E9452C: hue angle of 7.94º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9452C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 44 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.09 |
| HSL | 7.94º | 0.81% | 0.54% | - |
| HSV(B) | 7.94º | 0.81% | 0.91% | - |
| XYZ | 36.19 | 21.76 | 4.68 | - |
| YUV | 115.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 44 | 0 | 0.70 | 0.81 | 0.09 | 7.94 | 0.81 | 0.54 |
| Hex | E9 | 45 | 2C | 0 | 46 | 51 | 9 | 8 | 51 | 36 |
| Octal | 351 | 105 | 54 | 0 | 106 | 121 | 11 | 10 | 121 | 66 |
| Binary | 11101001 | 1000101 | 101100 | 0 | 1000110 | 1010001 | 1001 | 1000 | 1010001 | 110110 |
Color Harmonies of #E9452C
Complementary color
Monochromatic Colors of #E9452C
Black with #E9452C
Text Example
Text Example
White with #E9452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9452C; }
p { color: rgb(233,69,44); }
H1.HeaderClassName
{
color: #E9452C;
}
.AnyTagClassName
{
color: #E9452C;
}
</style>
background-color css
<style>
a { background-color: #E9452C; }
a { background-color: rgb(233,69,44); }
div.DivClassName
{
background-color: #E9452C;
}
.BgClassName
{
background-color: #E9452C;
}
</style>
border-color css
<style>
span { border-color: #E9452C; }
span { border-color: rgb(233,69,44); }
td.TdClassName
{
border-color: #E9452C;
}
.TagClassName
{
border-color: #E9452C;
}
</style>