Shades of Cinnabar #E8441B
Tints of Cinnabar #E8441B
RGB
CMYK
RGB Variations
Color information
#E8441B (or 0xE8441B) is known color: Cinnabar. HEX triplet: E8, 44 and 1B. RGB value is (232,68,27). Sum of RGB (Red+Green+Blue) = 232+68+27=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8441B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8441B is #17BBE4. Grayscale: #707070. Windows color (decimal): -1555429 or 1787112. OLE color: 1787112.
HSL color Cylindrical-coordinate representation of color #E8441B: hue angle of 12º 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 #E8441B is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 68 | 27 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.09 |
| HSL | 12º | 0.82% | 0.51% | - |
| HSV(B) | 12º | 0.88% | 0.91% | - |
| XYZ | 35.54 | 21.37 | 3.29 | - |
| YUV | 112.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 68 | 27 | 0 | 0.71 | 0.88 | 0.09 | 12 | 0.82 | 0.51 |
| Hex | E8 | 44 | 1B | 0 | 47 | 58 | 9 | C | 52 | 33 |
| Octal | 350 | 104 | 33 | 0 | 107 | 130 | 11 | 14 | 122 | 63 |
| Binary | 11101000 | 1000100 | 11011 | 0 | 1000111 | 1011000 | 1001 | 1100 | 1010010 | 110011 |
Color Harmonies of #E8441B
Complementary color
Monochromatic Colors of #E8441B
Black with #E8441B
Text Example
Text Example
White with #E8441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8441B; }
p { color: rgb(232,68,27); }
H1.HeaderClassName
{
color: #E8441B;
}
.AnyTagClassName
{
color: #E8441B;
}
</style>
background-color css
<style>
a { background-color: #E8441B; }
a { background-color: rgb(232,68,27); }
div.DivClassName
{
background-color: #E8441B;
}
.BgClassName
{
background-color: #E8441B;
}
</style>
border-color css
<style>
span { border-color: #E8441B; }
span { border-color: rgb(232,68,27); }
td.TdClassName
{
border-color: #E8441B;
}
.TagClassName
{
border-color: #E8441B;
}
</style>