Shades of Cinnabar #E9403A
Tints of Cinnabar #E9403A
RGB
CMYK
RGB Variations
Color information
#E9403A (or 0xE9403A) is known color: Cinnabar. HEX triplet: E9, 40 and 3A. RGB value is (233,64,58). Sum of RGB (Red+Green+Blue) = 233+64+58=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E9403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9403A is #16BFC5. Grayscale: #727272. Windows color (decimal): -1490886 or 3817705. OLE color: 3817705.
HSL color Cylindrical-coordinate representation of color #E9403A: hue angle of 2.06º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9403A is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 58 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.09 |
| HSL | 2.06º | 0.8% | 0.57% | - |
| HSV(B) | 2.06º | 0.75% | 0.91% | - |
| XYZ | 36.2 | 21.3 | 6.21 | - |
| YUV | 113.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 58 | 0 | 0.73 | 0.75 | 0.09 | 2.06 | 0.8 | 0.57 |
| Hex | E9 | 40 | 3A | 0 | 49 | 4B | 9 | 2 | 50 | 39 |
| Octal | 351 | 100 | 72 | 0 | 111 | 113 | 11 | 2 | 120 | 71 |
| Binary | 11101001 | 1000000 | 111010 | 0 | 1001001 | 1001011 | 1001 | 10 | 1010000 | 111001 |
Color Harmonies of #E9403A
Complementary color
Monochromatic Colors of #E9403A
Black with #E9403A
Text Example
Text Example
White with #E9403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9403A; }
p { color: rgb(233,64,58); }
H1.HeaderClassName
{
color: #E9403A;
}
.AnyTagClassName
{
color: #E9403A;
}
</style>
background-color css
<style>
a { background-color: #E9403A; }
a { background-color: rgb(233,64,58); }
div.DivClassName
{
background-color: #E9403A;
}
.BgClassName
{
background-color: #E9403A;
}
</style>
border-color css
<style>
span { border-color: #E9403A; }
span { border-color: rgb(233,64,58); }
td.TdClassName
{
border-color: #E9403A;
}
.TagClassName
{
border-color: #E9403A;
}
</style>