Shades of Cinnabar #E9402D
Tints of Cinnabar #E9402D
RGB
CMYK
RGB Variations
Color information
#E9402D (or 0xE9402D) is known color: Cinnabar. HEX triplet: E9, 40 and 2D. RGB value is (233,64,45). Sum of RGB (Red+Green+Blue) = 233+64+45=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9402D is #16BFD2. Grayscale: #707070. Windows color (decimal): -1490899 or 2965737. OLE color: 2965737.
HSL color Cylindrical-coordinate representation of color #E9402D: hue angle of 6.06º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9402D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.09 |
| HSL | 6.06º | 0.81% | 0.55% | - |
| HSV(B) | 6.06º | 0.81% | 0.91% | - |
| XYZ | 35.91 | 21.18 | 4.68 | - |
| YUV | 112.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 45 | 0 | 0.73 | 0.81 | 0.09 | 6.06 | 0.81 | 0.55 |
| Hex | E9 | 40 | 2D | 0 | 49 | 51 | 9 | 6 | 51 | 37 |
| Octal | 351 | 100 | 55 | 0 | 111 | 121 | 11 | 6 | 121 | 67 |
| Binary | 11101001 | 1000000 | 101101 | 0 | 1001001 | 1010001 | 1001 | 110 | 1010001 | 110111 |
Color Harmonies of #E9402D
Complementary color
Monochromatic Colors of #E9402D
Black with #E9402D
Text Example
Text Example
White with #E9402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9402D; }
p { color: rgb(233,64,45); }
H1.HeaderClassName
{
color: #E9402D;
}
.AnyTagClassName
{
color: #E9402D;
}
</style>
background-color css
<style>
a { background-color: #E9402D; }
a { background-color: rgb(233,64,45); }
div.DivClassName
{
background-color: #E9402D;
}
.BgClassName
{
background-color: #E9402D;
}
</style>
border-color css
<style>
span { border-color: #E9402D; }
span { border-color: rgb(233,64,45); }
td.TdClassName
{
border-color: #E9402D;
}
.TagClassName
{
border-color: #E9402D;
}
</style>