Shades of Cinnabar #E9371D
Tints of Cinnabar #E9371D
RGB
CMYK
RGB Variations
Color information
#E9371D (or 0xE9371D) is known color: Cinnabar. HEX triplet: E9, 37 and 1D. RGB value is (233,55,29). Sum of RGB (Red+Green+Blue) = 233+55+29=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E9371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9371D is #16C8E2. Grayscale: #696969. Windows color (decimal): -1493219 or 1914857. OLE color: 1914857.
HSL color Cylindrical-coordinate representation of color #E9371D: hue angle of 7.65º 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 #E9371D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 29 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.09 |
| HSL | 7.65º | 0.82% | 0.51% | - |
| HSV(B) | 7.65º | 0.88% | 0.91% | - |
| XYZ | 35.19 | 20.14 | 3.2 | - |
| YUV | 105.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 29 | 0 | 0.76 | 0.88 | 0.09 | 7.65 | 0.82 | 0.51 |
| Hex | E9 | 37 | 1D | 0 | 4C | 58 | 9 | 8 | 52 | 33 |
| Octal | 351 | 67 | 35 | 0 | 114 | 130 | 11 | 10 | 122 | 63 |
| Binary | 11101001 | 110111 | 11101 | 0 | 1001100 | 1011000 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E9371D
Complementary color
Monochromatic Colors of #E9371D
Black with #E9371D
Text Example
Text Example
White with #E9371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9371D; }
p { color: rgb(233,55,29); }
H1.HeaderClassName
{
color: #E9371D;
}
.AnyTagClassName
{
color: #E9371D;
}
</style>
background-color css
<style>
a { background-color: #E9371D; }
a { background-color: rgb(233,55,29); }
div.DivClassName
{
background-color: #E9371D;
}
.BgClassName
{
background-color: #E9371D;
}
</style>
border-color css
<style>
span { border-color: #E9371D; }
span { border-color: rgb(233,55,29); }
td.TdClassName
{
border-color: #E9371D;
}
.TagClassName
{
border-color: #E9371D;
}
</style>