Shades of Cinnabar #E05232
Tints of Cinnabar #E05232
RGB
CMYK
RGB Variations
Color information
#E05232 (or 0xE05232) is known color: Cinnabar. HEX triplet: E0, 52 and 32. RGB value is (224,82,50). Sum of RGB (Red+Green+Blue) = 224+82+50=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E05232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05232 is #1FADCD. Grayscale: #797979. Windows color (decimal): -2076110 or 3298016. OLE color: 3298016.
HSL color Cylindrical-coordinate representation of color #E05232: hue angle of 11.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E05232 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 50 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.12 |
| HSL | 11.03º | 0.74% | 0.54% | - |
| HSV(B) | 11.03º | 0.78% | 0.88% | - |
| XYZ | 34.33 | 22.11 | 5.48 | - |
| YUV | 120.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 50 | 0 | 0.63 | 0.78 | 0.12 | 11.03 | 0.74 | 0.54 |
| Hex | E0 | 52 | 32 | 0 | 3F | 4E | C | B | 4A | 36 |
| Octal | 340 | 122 | 62 | 0 | 77 | 116 | 14 | 13 | 112 | 66 |
| Binary | 11100000 | 1010010 | 110010 | 0 | 111111 | 1001110 | 1100 | 1011 | 1001010 | 110110 |
Color Harmonies of #E05232
Complementary color
Monochromatic Colors of #E05232
Black with #E05232
Text Example
Text Example
White with #E05232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05232; }
p { color: rgb(224,82,50); }
H1.HeaderClassName
{
color: #E05232;
}
.AnyTagClassName
{
color: #E05232;
}
</style>
background-color css
<style>
a { background-color: #E05232; }
a { background-color: rgb(224,82,50); }
div.DivClassName
{
background-color: #E05232;
}
.BgClassName
{
background-color: #E05232;
}
</style>
border-color css
<style>
span { border-color: #E05232; }
span { border-color: rgb(224,82,50); }
td.TdClassName
{
border-color: #E05232;
}
.TagClassName
{
border-color: #E05232;
}
</style>