Shades of Cinnabar #E8281D
Tints of Cinnabar #E8281D
RGB
CMYK
RGB Variations
Color information
#E8281D (or 0xE8281D) is known color: Cinnabar. HEX triplet: E8, 28 and 1D. RGB value is (232,40,29). Sum of RGB (Red+Green+Blue) = 232+40+29=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E8281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8281D is #17D7E2. Grayscale: #606060. Windows color (decimal): -1562595 or 1911016. OLE color: 1911016.
HSL color Cylindrical-coordinate representation of color #E8281D: hue angle of 3.25º 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 #E8281D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.09 |
| HSL | 3.25º | 0.82% | 0.51% | - |
| HSV(B) | 3.25º | 0.88% | 0.91% | - |
| XYZ | 34.26 | 18.76 | 2.98 | - |
| YUV | 96.15 | 90.11 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 29 | 0 | 0.83 | 0.88 | 0.09 | 3.25 | 0.82 | 0.51 |
| Hex | E8 | 28 | 1D | 0 | 53 | 58 | 9 | 3 | 52 | 33 |
| Octal | 350 | 50 | 35 | 0 | 123 | 130 | 11 | 3 | 122 | 63 |
| Binary | 11101000 | 101000 | 11101 | 0 | 1010011 | 1011000 | 1001 | 11 | 1010010 | 110011 |
Color Harmonies of #E8281D
Complementary color
Monochromatic Colors of #E8281D
Black with #E8281D
Text Example
Text Example
White with #E8281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8281D; }
p { color: rgb(232,40,29); }
H1.HeaderClassName
{
color: #E8281D;
}
.AnyTagClassName
{
color: #E8281D;
}
</style>
background-color css
<style>
a { background-color: #E8281D; }
a { background-color: rgb(232,40,29); }
div.DivClassName
{
background-color: #E8281D;
}
.BgClassName
{
background-color: #E8281D;
}
</style>
border-color css
<style>
span { border-color: #E8281D; }
span { border-color: rgb(232,40,29); }
td.TdClassName
{
border-color: #E8281D;
}
.TagClassName
{
border-color: #E8281D;
}
</style>