Shades of Cinnabar #E24932
Tints of Cinnabar #E24932
RGB
CMYK
RGB Variations
Color information
#E24932 (or 0xE24932) is known color: Cinnabar. HEX triplet: E2, 49 and 32. RGB value is (226,73,50). Sum of RGB (Red+Green+Blue) = 226+73+50=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E24932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24932 is #1DB6CD. Grayscale: #747474. Windows color (decimal): -1947342 or 3295714. OLE color: 3295714.
HSL color Cylindrical-coordinate representation of color #E24932: hue angle of 7.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E24932 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.11 |
| HSL | 7.84º | 0.75% | 0.54% | - |
| HSV(B) | 7.84º | 0.78% | 0.89% | - |
| XYZ | 34.32 | 21.16 | 5.29 | - |
| YUV | 116.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 50 | 0 | 0.68 | 0.78 | 0.11 | 7.84 | 0.75 | 0.54 |
| Hex | E2 | 49 | 32 | 0 | 44 | 4E | B | 8 | 4B | 36 |
| Octal | 342 | 111 | 62 | 0 | 104 | 116 | 13 | 10 | 113 | 66 |
| Binary | 11100010 | 1001001 | 110010 | 0 | 1000100 | 1001110 | 1011 | 1000 | 1001011 | 110110 |
Color Harmonies of #E24932
Complementary color
Monochromatic Colors of #E24932
Black with #E24932
Text Example
Text Example
White with #E24932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24932; }
p { color: rgb(226,73,50); }
H1.HeaderClassName
{
color: #E24932;
}
.AnyTagClassName
{
color: #E24932;
}
</style>
background-color css
<style>
a { background-color: #E24932; }
a { background-color: rgb(226,73,50); }
div.DivClassName
{
background-color: #E24932;
}
.BgClassName
{
background-color: #E24932;
}
</style>
border-color css
<style>
span { border-color: #E24932; }
span { border-color: rgb(226,73,50); }
td.TdClassName
{
border-color: #E24932;
}
.TagClassName
{
border-color: #E24932;
}
</style>