Shades of Cinnabar #E9451D
Tints of Cinnabar #E9451D
RGB
CMYK
RGB Variations
Color information
#E9451D (or 0xE9451D) is known color: Cinnabar. HEX triplet: E9, 45 and 1D. RGB value is (233,69,29). Sum of RGB (Red+Green+Blue) = 233+69+29=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9451D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9451D is #16BAE2. Grayscale: #717171. Windows color (decimal): -1489635 or 1918441. OLE color: 1918441.
HSL color Cylindrical-coordinate representation of color #E9451D: hue angle of 11.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9451D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.09 |
| HSL | 11.76º | 0.82% | 0.51% | - |
| HSV(B) | 11.76º | 0.88% | 0.91% | - |
| XYZ | 35.95 | 21.67 | 3.45 | - |
| YUV | 113.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 29 | 0 | 0.70 | 0.88 | 0.09 | 11.76 | 0.82 | 0.51 |
| Hex | E9 | 45 | 1D | 0 | 46 | 58 | 9 | C | 52 | 33 |
| Octal | 351 | 105 | 35 | 0 | 106 | 130 | 11 | 14 | 122 | 63 |
| Binary | 11101001 | 1000101 | 11101 | 0 | 1000110 | 1011000 | 1001 | 1100 | 1010010 | 110011 |
Color Harmonies of #E9451D
Complementary color
Monochromatic Colors of #E9451D
Black with #E9451D
Text Example
Text Example
White with #E9451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9451D; }
p { color: rgb(233,69,29); }
H1.HeaderClassName
{
color: #E9451D;
}
.AnyTagClassName
{
color: #E9451D;
}
</style>
background-color css
<style>
a { background-color: #E9451D; }
a { background-color: rgb(233,69,29); }
div.DivClassName
{
background-color: #E9451D;
}
.BgClassName
{
background-color: #E9451D;
}
</style>
border-color css
<style>
span { border-color: #E9451D; }
span { border-color: rgb(233,69,29); }
td.TdClassName
{
border-color: #E9451D;
}
.TagClassName
{
border-color: #E9451D;
}
</style>