Shades of Cinnabar #E8371D
Tints of Cinnabar #E8371D
RGB
CMYK
RGB Variations
Color information
#E8371D (or 0xE8371D) is known color: Cinnabar. HEX triplet: E8, 37 and 1D. RGB value is (232,55,29). Sum of RGB (Red+Green+Blue) = 232+55+29=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E8371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8371D is #17C8E2. Grayscale: #696969. Windows color (decimal): -1558755 or 1914856. OLE color: 1914856.
HSL color Cylindrical-coordinate representation of color #E8371D: hue angle of 7.68º 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 #E8371D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 55 | 29 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.09 |
| HSL | 7.68º | 0.82% | 0.51% | - |
| HSV(B) | 7.68º | 0.88% | 0.91% | - |
| XYZ | 34.87 | 19.98 | 3.18 | - |
| YUV | 104.96 | 85.14 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 55 | 29 | 0 | 0.76 | 0.88 | 0.09 | 7.68 | 0.82 | 0.51 |
| Hex | E8 | 37 | 1D | 0 | 4C | 58 | 9 | 8 | 52 | 33 |
| Octal | 350 | 67 | 35 | 0 | 114 | 130 | 11 | 10 | 122 | 63 |
| Binary | 11101000 | 110111 | 11101 | 0 | 1001100 | 1011000 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E8371D
Complementary color
Monochromatic Colors of #E8371D
Black with #E8371D
Text Example
Text Example
White with #E8371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8371D; }
p { color: rgb(232,55,29); }
H1.HeaderClassName
{
color: #E8371D;
}
.AnyTagClassName
{
color: #E8371D;
}
</style>
background-color css
<style>
a { background-color: #E8371D; }
a { background-color: rgb(232,55,29); }
div.DivClassName
{
background-color: #E8371D;
}
.BgClassName
{
background-color: #E8371D;
}
</style>
border-color css
<style>
span { border-color: #E8371D; }
span { border-color: rgb(232,55,29); }
td.TdClassName
{
border-color: #E8371D;
}
.TagClassName
{
border-color: #E8371D;
}
</style>