Shades of Cinnabar #E05032
Tints of Cinnabar #E05032
RGB
CMYK
RGB Variations
Color information
#E05032 (or 0xE05032) is known color: Cinnabar. HEX triplet: E0, 50 and 32. RGB value is (224,80,50). Sum of RGB (Red+Green+Blue) = 224+80+50=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E05032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05032 is #1FAFCD. Grayscale: #777777. Windows color (decimal): -2076622 or 3297504. OLE color: 3297504.
HSL color Cylindrical-coordinate representation of color #E05032: hue angle of 10.34º 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 #E05032 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 50 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.12 |
| HSL | 10.34º | 0.74% | 0.54% | - |
| HSV(B) | 10.34º | 0.78% | 0.88% | - |
| XYZ | 34.18 | 21.81 | 5.43 | - |
| YUV | 119.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 50 | 0 | 0.64 | 0.78 | 0.12 | 10.34 | 0.74 | 0.54 |
| Hex | E0 | 50 | 32 | 0 | 40 | 4E | C | A | 4A | 36 |
| Octal | 340 | 120 | 62 | 0 | 100 | 116 | 14 | 12 | 112 | 66 |
| Binary | 11100000 | 1010000 | 110010 | 0 | 1000000 | 1001110 | 1100 | 1010 | 1001010 | 110110 |
Color Harmonies of #E05032
Complementary color
Monochromatic Colors of #E05032
Black with #E05032
Text Example
Text Example
White with #E05032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05032; }
p { color: rgb(224,80,50); }
H1.HeaderClassName
{
color: #E05032;
}
.AnyTagClassName
{
color: #E05032;
}
</style>
background-color css
<style>
a { background-color: #E05032; }
a { background-color: rgb(224,80,50); }
div.DivClassName
{
background-color: #E05032;
}
.BgClassName
{
background-color: #E05032;
}
</style>
border-color css
<style>
span { border-color: #E05032; }
span { border-color: rgb(224,80,50); }
td.TdClassName
{
border-color: #E05032;
}
.TagClassName
{
border-color: #E05032;
}
</style>