Shades of Cinnabar #E03524
Tints of Cinnabar #E03524
RGB
CMYK
RGB Variations
Color information
#E03524 (or 0xE03524) is known color: Cinnabar. HEX triplet: E0, 35 and 24. RGB value is (224,53,36). Sum of RGB (Red+Green+Blue) = 224+53+36=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E03524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03524 is #1FCADB. Grayscale: #666666. Windows color (decimal): -2083548 or 2373088. OLE color: 2373088.
HSL color Cylindrical-coordinate representation of color #E03524: hue angle of 5.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E03524 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 36 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.12 |
| HSL | 5.43º | 0.75% | 0.51% | - |
| HSV(B) | 5.43º | 0.84% | 0.88% | - |
| XYZ | 32.33 | 18.52 | 3.54 | - |
| YUV | 102.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 36 | 0 | 0.76 | 0.84 | 0.12 | 5.43 | 0.75 | 0.51 |
| Hex | E0 | 35 | 24 | 0 | 4C | 54 | C | 5 | 4B | 33 |
| Octal | 340 | 65 | 44 | 0 | 114 | 124 | 14 | 5 | 113 | 63 |
| Binary | 11100000 | 110101 | 100100 | 0 | 1001100 | 1010100 | 1100 | 101 | 1001011 | 110011 |
Color Harmonies of #E03524
Complementary color
Monochromatic Colors of #E03524
Black with #E03524
Text Example
Text Example
White with #E03524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03524; }
p { color: rgb(224,53,36); }
H1.HeaderClassName
{
color: #E03524;
}
.AnyTagClassName
{
color: #E03524;
}
</style>
background-color css
<style>
a { background-color: #E03524; }
a { background-color: rgb(224,53,36); }
div.DivClassName
{
background-color: #E03524;
}
.BgClassName
{
background-color: #E03524;
}
</style>
border-color css
<style>
span { border-color: #E03524; }
span { border-color: rgb(224,53,36); }
td.TdClassName
{
border-color: #E03524;
}
.TagClassName
{
border-color: #E03524;
}
</style>