Shades of Cinnabar #E8281C
Tints of Cinnabar #E8281C
RGB
CMYK
RGB Variations
Color information
#E8281C (or 0xE8281C) is known color: Cinnabar. HEX triplet: E8, 28 and 1C. RGB value is (232,40,28). Sum of RGB (Red+Green+Blue) = 232+40+28=300 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 232 - color contains mainly: red. Hex color #E8281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8281C is #17D7E3. Grayscale: #606060. Windows color (decimal): -1562596 or 1845480. OLE color: 1845480.
HSL color Cylindrical-coordinate representation of color #E8281C: hue angle of 3.53º 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 #E8281C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.09 |
| HSL | 3.53º | 0.82% | 0.51% | - |
| HSV(B) | 3.53º | 0.88% | 0.91% | - |
| XYZ | 34.25 | 18.76 | 2.91 | - |
| YUV | 96.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 28 | 0 | 0.83 | 0.88 | 0.09 | 3.53 | 0.82 | 0.51 |
| Hex | E8 | 28 | 1C | 0 | 53 | 58 | 9 | 4 | 52 | 33 |
| Octal | 350 | 50 | 34 | 0 | 123 | 130 | 11 | 4 | 122 | 63 |
| Binary | 11101000 | 101000 | 11100 | 0 | 1010011 | 1011000 | 1001 | 100 | 1010010 | 110011 |
Color Harmonies of #E8281C
Complementary color
Monochromatic Colors of #E8281C
Black with #E8281C
Text Example
Text Example
White with #E8281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8281C; }
p { color: rgb(232,40,28); }
H1.HeaderClassName
{
color: #E8281C;
}
.AnyTagClassName
{
color: #E8281C;
}
</style>
background-color css
<style>
a { background-color: #E8281C; }
a { background-color: rgb(232,40,28); }
div.DivClassName
{
background-color: #E8281C;
}
.BgClassName
{
background-color: #E8281C;
}
</style>
border-color css
<style>
span { border-color: #E8281C; }
span { border-color: rgb(232,40,28); }
td.TdClassName
{
border-color: #E8281C;
}
.TagClassName
{
border-color: #E8281C;
}
</style>