Shades of Cinnabar #E82A24
Tints of Cinnabar #E82A24
RGB
CMYK
RGB Variations
Color information
#E82A24 (or 0xE82A24) is known color: Cinnabar. HEX triplet: E8, 2A and 24. RGB value is (232,42,36). Sum of RGB (Red+Green+Blue) = 232+42+36=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A24 is #17D5DB. Grayscale: #626262. Windows color (decimal): -1562076 or 2370280. OLE color: 2370280.
HSL color Cylindrical-coordinate representation of color #E82A24: hue angle of 1.84º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82A24 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 42 | 36 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.09 |
| HSL | 1.84º | 0.81% | 0.53% | - |
| HSV(B) | 1.84º | 0.84% | 0.91% | - |
| XYZ | 34.43 | 18.94 | 3.51 | - |
| YUV | 98.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 36 | 0 | 0.82 | 0.84 | 0.09 | 1.84 | 0.81 | 0.53 |
| Hex | E8 | 2A | 24 | 0 | 52 | 54 | 9 | 2 | 51 | 35 |
| Octal | 350 | 52 | 44 | 0 | 122 | 124 | 11 | 2 | 121 | 65 |
| Binary | 11101000 | 101010 | 100100 | 0 | 1010010 | 1010100 | 1001 | 10 | 1010001 | 110101 |
Color Harmonies of #E82A24
Complementary color
Monochromatic Colors of #E82A24
Black with #E82A24
Text Example
Text Example
White with #E82A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82A24; }
p { color: rgb(232,42,36); }
H1.HeaderClassName
{
color: #E82A24;
}
.AnyTagClassName
{
color: #E82A24;
}
</style>
background-color css
<style>
a { background-color: #E82A24; }
a { background-color: rgb(232,42,36); }
div.DivClassName
{
background-color: #E82A24;
}
.BgClassName
{
background-color: #E82A24;
}
</style>
border-color css
<style>
span { border-color: #E82A24; }
span { border-color: rgb(232,42,36); }
td.TdClassName
{
border-color: #E82A24;
}
.TagClassName
{
border-color: #E82A24;
}
</style>