Shades of Cinnabar #E82C20
Tints of Cinnabar #E82C20
RGB
CMYK
RGB Variations
Color information
#E82C20 (or 0xE82C20) is known color: Cinnabar. HEX triplet: E8, 2C and 20. RGB value is (232,44,32). Sum of RGB (Red+Green+Blue) = 232+44+32=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C20 is #17D3DF. Grayscale: #636363. Windows color (decimal): -1561568 or 2108648. OLE color: 2108648.
HSL color Cylindrical-coordinate representation of color #E82C20: hue angle of 3.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82C20 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 32 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.09 |
| HSL | 3.6º | 0.81% | 0.52% | - |
| HSV(B) | 3.6º | 0.86% | 0.91% | - |
| XYZ | 34.44 | 19.06 | 3.23 | - |
| YUV | 98.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 32 | 0 | 0.81 | 0.86 | 0.09 | 3.6 | 0.81 | 0.52 |
| Hex | E8 | 2C | 20 | 0 | 51 | 56 | 9 | 4 | 51 | 34 |
| Octal | 350 | 54 | 40 | 0 | 121 | 126 | 11 | 4 | 121 | 64 |
| Binary | 11101000 | 101100 | 100000 | 0 | 1010001 | 1010110 | 1001 | 100 | 1010001 | 110100 |
Color Harmonies of #E82C20
Complementary color
Monochromatic Colors of #E82C20
Black with #E82C20
Text Example
Text Example
White with #E82C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C20; }
p { color: rgb(232,44,32); }
H1.HeaderClassName
{
color: #E82C20;
}
.AnyTagClassName
{
color: #E82C20;
}
</style>
background-color css
<style>
a { background-color: #E82C20; }
a { background-color: rgb(232,44,32); }
div.DivClassName
{
background-color: #E82C20;
}
.BgClassName
{
background-color: #E82C20;
}
</style>
border-color css
<style>
span { border-color: #E82C20; }
span { border-color: rgb(232,44,32); }
td.TdClassName
{
border-color: #E82C20;
}
.TagClassName
{
border-color: #E82C20;
}
</style>