Shades of Cinnabar #E9411C
Tints of Cinnabar #E9411C
RGB
CMYK
RGB Variations
Color information
#E9411C (or 0xE9411C) is known color: Cinnabar. HEX triplet: E9, 41 and 1C. RGB value is (233,65,28). Sum of RGB (Red+Green+Blue) = 233+65+28=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9411C is #16BEE3. Grayscale: #6F6F6F. Windows color (decimal): -1490660 or 1851881. OLE color: 1851881.
HSL color Cylindrical-coordinate representation of color #E9411C: hue angle of 10.83º 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 #E9411C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.09 |
| HSL | 10.83º | 0.82% | 0.51% | - |
| HSV(B) | 10.83º | 0.88% | 0.91% | - |
| XYZ | 35.7 | 21.19 | 3.31 | - |
| YUV | 111.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 28 | 0 | 0.72 | 0.88 | 0.09 | 10.83 | 0.82 | 0.51 |
| Hex | E9 | 41 | 1C | 0 | 48 | 58 | 9 | B | 52 | 33 |
| Octal | 351 | 101 | 34 | 0 | 110 | 130 | 11 | 13 | 122 | 63 |
| Binary | 11101001 | 1000001 | 11100 | 0 | 1001000 | 1011000 | 1001 | 1011 | 1010010 | 110011 |
Color Harmonies of #E9411C
Complementary color
Monochromatic Colors of #E9411C
Black with #E9411C
Text Example
Text Example
White with #E9411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9411C; }
p { color: rgb(233,65,28); }
H1.HeaderClassName
{
color: #E9411C;
}
.AnyTagClassName
{
color: #E9411C;
}
</style>
background-color css
<style>
a { background-color: #E9411C; }
a { background-color: rgb(233,65,28); }
div.DivClassName
{
background-color: #E9411C;
}
.BgClassName
{
background-color: #E9411C;
}
</style>
border-color css
<style>
span { border-color: #E9411C; }
span { border-color: rgb(233,65,28); }
td.TdClassName
{
border-color: #E9411C;
}
.TagClassName
{
border-color: #E9411C;
}
</style>