Shades of Cinnabar #E0502B
Tints of Cinnabar #E0502B
RGB
CMYK
RGB Variations
Color information
#E0502B (or 0xE0502B) is known color: Cinnabar. HEX triplet: E0, 50 and 2B. RGB value is (224,80,43). Sum of RGB (Red+Green+Blue) = 224+80+43=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E0502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0502B is #1FAFD4. Grayscale: #777777. Windows color (decimal): -2076629 or 2838752. OLE color: 2838752.
HSL color Cylindrical-coordinate representation of color #E0502B: hue angle of 12.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0502B is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 43 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.12 |
| HSL | 12.27º | 0.74% | 0.52% | - |
| HSV(B) | 12.27º | 0.81% | 0.88% | - |
| XYZ | 34.05 | 21.76 | 4.69 | - |
| YUV | 118.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 43 | 0 | 0.64 | 0.81 | 0.12 | 12.27 | 0.74 | 0.52 |
| Hex | E0 | 50 | 2B | 0 | 40 | 51 | C | C | 4A | 34 |
| Octal | 340 | 120 | 53 | 0 | 100 | 121 | 14 | 14 | 112 | 64 |
| Binary | 11100000 | 1010000 | 101011 | 0 | 1000000 | 1010001 | 1100 | 1100 | 1001010 | 110100 |
Color Harmonies of #E0502B
Complementary color
Monochromatic Colors of #E0502B
Black with #E0502B
Text Example
Text Example
White with #E0502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0502B; }
p { color: rgb(224,80,43); }
H1.HeaderClassName
{
color: #E0502B;
}
.AnyTagClassName
{
color: #E0502B;
}
</style>
background-color css
<style>
a { background-color: #E0502B; }
a { background-color: rgb(224,80,43); }
div.DivClassName
{
background-color: #E0502B;
}
.BgClassName
{
background-color: #E0502B;
}
</style>
border-color css
<style>
span { border-color: #E0502B; }
span { border-color: rgb(224,80,43); }
td.TdClassName
{
border-color: #E0502B;
}
.TagClassName
{
border-color: #E0502B;
}
</style>