Shades of Cinnabar #E9401F
Tints of Cinnabar #E9401F
RGB
CMYK
RGB Variations
Color information
#E9401F (or 0xE9401F) is known color: Cinnabar. HEX triplet: E9, 40 and 1F. RGB value is (233,64,31). Sum of RGB (Red+Green+Blue) = 233+64+31=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9401F is #16BFE0. Grayscale: #6F6F6F. Windows color (decimal): -1490913 or 2048233. OLE color: 2048233.
HSL color Cylindrical-coordinate representation of color #E9401F: hue angle of 9.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9401F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 31 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.09 |
| HSL | 9.8º | 0.82% | 0.52% | - |
| HSV(B) | 9.8º | 0.87% | 0.91% | - |
| XYZ | 35.68 | 21.09 | 3.49 | - |
| YUV | 110.77 | 82.99 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 31 | 0 | 0.73 | 0.87 | 0.09 | 9.8 | 0.82 | 0.52 |
| Hex | E9 | 40 | 1F | 0 | 49 | 57 | 9 | A | 52 | 34 |
| Octal | 351 | 100 | 37 | 0 | 111 | 127 | 11 | 12 | 122 | 64 |
| Binary | 11101001 | 1000000 | 11111 | 0 | 1001001 | 1010111 | 1001 | 1010 | 1010010 | 110100 |
Color Harmonies of #E9401F
Complementary color
Monochromatic Colors of #E9401F
Black with #E9401F
Text Example
Text Example
White with #E9401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9401F; }
p { color: rgb(233,64,31); }
H1.HeaderClassName
{
color: #E9401F;
}
.AnyTagClassName
{
color: #E9401F;
}
</style>
background-color css
<style>
a { background-color: #E9401F; }
a { background-color: rgb(233,64,31); }
div.DivClassName
{
background-color: #E9401F;
}
.BgClassName
{
background-color: #E9401F;
}
</style>
border-color css
<style>
span { border-color: #E9401F; }
span { border-color: rgb(233,64,31); }
td.TdClassName
{
border-color: #E9401F;
}
.TagClassName
{
border-color: #E9401F;
}
</style>