Shades of Cinnabar #E9531F
Tints of Cinnabar #E9531F
RGB
CMYK
RGB Variations
Color information
#E9531F (or 0xE9531F) is known color: Cinnabar. HEX triplet: E9, 53 and 1F. RGB value is (233,83,31). Sum of RGB (Red+Green+Blue) = 233+83+31=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E9531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9531F is #16ACE0. Grayscale: #7A7A7A. Windows color (decimal): -1486049 or 2053097. OLE color: 2053097.
HSL color Cylindrical-coordinate representation of color #E9531F: hue angle of 15.45º 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 #E9531F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 31 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.09 |
| HSL | 15.45º | 0.82% | 0.52% | - |
| HSV(B) | 15.45º | 0.87% | 0.91% | - |
| XYZ | 36.94 | 23.61 | 3.91 | - |
| YUV | 121.92 | 76.7 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 31 | 0 | 0.64 | 0.87 | 0.09 | 15.45 | 0.82 | 0.52 |
| Hex | E9 | 53 | 1F | 0 | 40 | 57 | 9 | F | 52 | 34 |
| Octal | 351 | 123 | 37 | 0 | 100 | 127 | 11 | 17 | 122 | 64 |
| Binary | 11101001 | 1010011 | 11111 | 0 | 1000000 | 1010111 | 1001 | 1111 | 1010010 | 110100 |
Color Harmonies of #E9531F
Complementary color
Monochromatic Colors of #E9531F
Black with #E9531F
Text Example
Text Example
White with #E9531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9531F; }
p { color: rgb(233,83,31); }
H1.HeaderClassName
{
color: #E9531F;
}
.AnyTagClassName
{
color: #E9531F;
}
</style>
background-color css
<style>
a { background-color: #E9531F; }
a { background-color: rgb(233,83,31); }
div.DivClassName
{
background-color: #E9531F;
}
.BgClassName
{
background-color: #E9531F;
}
</style>
border-color css
<style>
span { border-color: #E9531F; }
span { border-color: rgb(233,83,31); }
td.TdClassName
{
border-color: #E9531F;
}
.TagClassName
{
border-color: #E9531F;
}
</style>