Shades of Cinnabar #E82C21
Tints of Cinnabar #E82C21
RGB
CMYK
RGB Variations
Color information
#E82C21 (or 0xE82C21) is known color: Cinnabar. HEX triplet: E8, 2C and 21. RGB value is (232,44,33). Sum of RGB (Red+Green+Blue) = 232+44+33=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C21 is #17D3DE. Grayscale: #636363. Windows color (decimal): -1561567 or 2174184. OLE color: 2174184.
HSL color Cylindrical-coordinate representation of color #E82C21: hue angle of 3.32º 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 #E82C21 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 33 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.09 |
| HSL | 3.32º | 0.81% | 0.52% | - |
| HSV(B) | 3.32º | 0.86% | 0.91% | - |
| XYZ | 34.45 | 19.07 | 3.3 | - |
| YUV | 98.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 33 | 0 | 0.81 | 0.86 | 0.09 | 3.32 | 0.81 | 0.52 |
| Hex | E8 | 2C | 21 | 0 | 51 | 56 | 9 | 3 | 51 | 34 |
| Octal | 350 | 54 | 41 | 0 | 121 | 126 | 11 | 3 | 121 | 64 |
| Binary | 11101000 | 101100 | 100001 | 0 | 1010001 | 1010110 | 1001 | 11 | 1010001 | 110100 |
Color Harmonies of #E82C21
Complementary color
Monochromatic Colors of #E82C21
Black with #E82C21
Text Example
Text Example
White with #E82C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C21; }
p { color: rgb(232,44,33); }
H1.HeaderClassName
{
color: #E82C21;
}
.AnyTagClassName
{
color: #E82C21;
}
</style>
background-color css
<style>
a { background-color: #E82C21; }
a { background-color: rgb(232,44,33); }
div.DivClassName
{
background-color: #E82C21;
}
.BgClassName
{
background-color: #E82C21;
}
</style>
border-color css
<style>
span { border-color: #E82C21; }
span { border-color: rgb(232,44,33); }
td.TdClassName
{
border-color: #E82C21;
}
.TagClassName
{
border-color: #E82C21;
}
</style>