Shades of Cinnabar #E82A20
Tints of Cinnabar #E82A20
RGB
CMYK
RGB Variations
Color information
#E82A20 (or 0xE82A20) is known color: Cinnabar. HEX triplet: E8, 2A and 20. RGB value is (232,42,32). Sum of RGB (Red+Green+Blue) = 232+42+32=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A20 is #17D5DF. Grayscale: #616161. Windows color (decimal): -1562080 or 2108136. OLE color: 2108136.
HSL color Cylindrical-coordinate representation of color #E82A20: hue angle of 3º 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 #E82A20 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 32 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.09 |
| HSL | 3º | 0.81% | 0.52% | - |
| HSV(B) | 3º | 0.86% | 0.91% | - |
| XYZ | 34.37 | 18.92 | 3.21 | - |
| YUV | 97.67 | 90.95 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 32 | 0 | 0.82 | 0.86 | 0.09 | 3 | 0.81 | 0.52 |
| Hex | E8 | 2A | 20 | 0 | 52 | 56 | 9 | 3 | 51 | 34 |
| Octal | 350 | 52 | 40 | 0 | 122 | 126 | 11 | 3 | 121 | 64 |
| Binary | 11101000 | 101010 | 100000 | 0 | 1010010 | 1010110 | 1001 | 11 | 1010001 | 110100 |
Color Harmonies of #E82A20
Complementary color
Monochromatic Colors of #E82A20
Black with #E82A20
Text Example
Text Example
White with #E82A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A20; }
p { color: rgb(232,42,32); }
H1.HeaderClassName
{
color: #E82A20;
}
.AnyTagClassName
{
color: #E82A20;
}
</style>
background-color css
<style>
a { background-color: #E82A20; }
a { background-color: rgb(232,42,32); }
div.DivClassName
{
background-color: #E82A20;
}
.BgClassName
{
background-color: #E82A20;
}
</style>
border-color css
<style>
span { border-color: #E82A20; }
span { border-color: rgb(232,42,32); }
td.TdClassName
{
border-color: #E82A20;
}
.TagClassName
{
border-color: #E82A20;
}
</style>