Shades of Cinnabar #E8251D
Tints of Cinnabar #E8251D
RGB
CMYK
RGB Variations
Color information
#E8251D (or 0xE8251D) is known color: Cinnabar. HEX triplet: E8, 25 and 1D. RGB value is (232,37,29). Sum of RGB (Red+Green+Blue) = 232+37+29=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E8251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8251D is #17DAE2. Grayscale: #5E5E5E. Windows color (decimal): -1563363 or 1910248. OLE color: 1910248.
HSL color Cylindrical-coordinate representation of color #E8251D: hue angle of 2.36º 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 #E8251D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 29 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.09 |
| HSL | 2.36º | 0.82% | 0.51% | - |
| HSV(B) | 2.36º | 0.88% | 0.91% | - |
| XYZ | 34.16 | 18.57 | 2.95 | - |
| YUV | 94.39 | 91.1 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 29 | 0 | 0.84 | 0.88 | 0.09 | 2.36 | 0.82 | 0.51 |
| Hex | E8 | 25 | 1D | 0 | 54 | 58 | 9 | 2 | 52 | 33 |
| Octal | 350 | 45 | 35 | 0 | 124 | 130 | 11 | 2 | 122 | 63 |
| Binary | 11101000 | 100101 | 11101 | 0 | 1010100 | 1011000 | 1001 | 10 | 1010010 | 110011 |
Color Harmonies of #E8251D
Complementary color
Monochromatic Colors of #E8251D
Black with #E8251D
Text Example
Text Example
White with #E8251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8251D; }
p { color: rgb(232,37,29); }
H1.HeaderClassName
{
color: #E8251D;
}
.AnyTagClassName
{
color: #E8251D;
}
</style>
background-color css
<style>
a { background-color: #E8251D; }
a { background-color: rgb(232,37,29); }
div.DivClassName
{
background-color: #E8251D;
}
.BgClassName
{
background-color: #E8251D;
}
</style>
border-color css
<style>
span { border-color: #E8251D; }
span { border-color: rgb(232,37,29); }
td.TdClassName
{
border-color: #E8251D;
}
.TagClassName
{
border-color: #E8251D;
}
</style>