Shades of Cinnabar #E8451B
Tints of Cinnabar #E8451B
RGB
CMYK
RGB Variations
Color information
#E8451B (or 0xE8451B) is known color: Cinnabar. HEX triplet: E8, 45 and 1B. RGB value is (232,69,27). Sum of RGB (Red+Green+Blue) = 232+69+27=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8451B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8451B is #17BAE4. Grayscale: #717171. Windows color (decimal): -1555173 or 1787368. OLE color: 1787368.
HSL color Cylindrical-coordinate representation of color #E8451B: hue angle of 12.29º 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 #E8451B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.09 |
| HSL | 12.29º | 0.82% | 0.51% | - |
| HSV(B) | 12.29º | 0.88% | 0.91% | - |
| XYZ | 35.6 | 21.49 | 3.31 | - |
| YUV | 112.95 | 79.5 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 27 | 0 | 0.70 | 0.88 | 0.09 | 12.29 | 0.82 | 0.51 |
| Hex | E8 | 45 | 1B | 0 | 46 | 58 | 9 | C | 52 | 33 |
| Octal | 350 | 105 | 33 | 0 | 106 | 130 | 11 | 14 | 122 | 63 |
| Binary | 11101000 | 1000101 | 11011 | 0 | 1000110 | 1011000 | 1001 | 1100 | 1010010 | 110011 |
Color Harmonies of #E8451B
Complementary color
Monochromatic Colors of #E8451B
Black with #E8451B
Text Example
Text Example
White with #E8451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8451B; }
p { color: rgb(232,69,27); }
H1.HeaderClassName
{
color: #E8451B;
}
.AnyTagClassName
{
color: #E8451B;
}
</style>
background-color css
<style>
a { background-color: #E8451B; }
a { background-color: rgb(232,69,27); }
div.DivClassName
{
background-color: #E8451B;
}
.BgClassName
{
background-color: #E8451B;
}
</style>
border-color css
<style>
span { border-color: #E8451B; }
span { border-color: rgb(232,69,27); }
td.TdClassName
{
border-color: #E8451B;
}
.TagClassName
{
border-color: #E8451B;
}
</style>