Shades of Cinnabar #E9511F
Tints of Cinnabar #E9511F
RGB
CMYK
RGB Variations
Color information
#E9511F (or 0xE9511F) is known color: Cinnabar. HEX triplet: E9, 51 and 1F. RGB value is (233,81,31). Sum of RGB (Red+Green+Blue) = 233+81+31=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9511F is #16AEE0. Grayscale: #797979. Windows color (decimal): -1486561 or 2052585. OLE color: 2052585.
HSL color Cylindrical-coordinate representation of color #E9511F: hue angle of 14.85º 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 #E9511F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 31 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.09 |
| HSL | 14.85º | 0.82% | 0.52% | - |
| HSV(B) | 14.85º | 0.87% | 0.91% | - |
| XYZ | 36.79 | 23.31 | 3.86 | - |
| YUV | 120.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 31 | 0 | 0.65 | 0.87 | 0.09 | 14.85 | 0.82 | 0.52 |
| Hex | E9 | 51 | 1F | 0 | 41 | 57 | 9 | F | 52 | 34 |
| Octal | 351 | 121 | 37 | 0 | 101 | 127 | 11 | 17 | 122 | 64 |
| Binary | 11101001 | 1010001 | 11111 | 0 | 1000001 | 1010111 | 1001 | 1111 | 1010010 | 110100 |
Color Harmonies of #E9511F
Complementary color
Monochromatic Colors of #E9511F
Black with #E9511F
Text Example
Text Example
White with #E9511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9511F; }
p { color: rgb(233,81,31); }
H1.HeaderClassName
{
color: #E9511F;
}
.AnyTagClassName
{
color: #E9511F;
}
</style>
background-color css
<style>
a { background-color: #E9511F; }
a { background-color: rgb(233,81,31); }
div.DivClassName
{
background-color: #E9511F;
}
.BgClassName
{
background-color: #E9511F;
}
</style>
border-color css
<style>
span { border-color: #E9511F; }
span { border-color: rgb(233,81,31); }
td.TdClassName
{
border-color: #E9511F;
}
.TagClassName
{
border-color: #E9511F;
}
</style>