Shades of Cinnabar #E9402C
Tints of Cinnabar #E9402C
RGB
CMYK
RGB Variations
Color information
#E9402C (or 0xE9402C) is known color: Cinnabar. HEX triplet: E9, 40 and 2C. RGB value is (233,64,44). Sum of RGB (Red+Green+Blue) = 233+64+44=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9402C is #16BFD3. Grayscale: #707070. Windows color (decimal): -1490900 or 2900201. OLE color: 2900201.
HSL color Cylindrical-coordinate representation of color #E9402C: hue angle of 6.35º 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 #E9402C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 44 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.09 |
| HSL | 6.35º | 0.81% | 0.54% | - |
| HSV(B) | 6.35º | 0.81% | 0.91% | - |
| XYZ | 35.89 | 21.17 | 4.58 | - |
| YUV | 112.25 | 89.49 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 44 | 0 | 0.73 | 0.81 | 0.09 | 6.35 | 0.81 | 0.54 |
| Hex | E9 | 40 | 2C | 0 | 49 | 51 | 9 | 6 | 51 | 36 |
| Octal | 351 | 100 | 54 | 0 | 111 | 121 | 11 | 6 | 121 | 66 |
| Binary | 11101001 | 1000000 | 101100 | 0 | 1001001 | 1010001 | 1001 | 110 | 1010001 | 110110 |
Color Harmonies of #E9402C
Complementary color
Monochromatic Colors of #E9402C
Black with #E9402C
Text Example
Text Example
White with #E9402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9402C; }
p { color: rgb(233,64,44); }
H1.HeaderClassName
{
color: #E9402C;
}
.AnyTagClassName
{
color: #E9402C;
}
</style>
background-color css
<style>
a { background-color: #E9402C; }
a { background-color: rgb(233,64,44); }
div.DivClassName
{
background-color: #E9402C;
}
.BgClassName
{
background-color: #E9402C;
}
</style>
border-color css
<style>
span { border-color: #E9402C; }
span { border-color: rgb(233,64,44); }
td.TdClassName
{
border-color: #E9402C;
}
.TagClassName
{
border-color: #E9402C;
}
</style>