Shades of Cinnabar #E03525
Tints of Cinnabar #E03525
RGB
CMYK
RGB Variations
Color information
#E03525 (or 0xE03525) is known color: Cinnabar. HEX triplet: E0, 35 and 25. RGB value is (224,53,37). Sum of RGB (Red+Green+Blue) = 224+53+37=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E03525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03525 is #1FCADA. Grayscale: #666666. Windows color (decimal): -2083547 or 2438624. OLE color: 2438624.
HSL color Cylindrical-coordinate representation of color #E03525: hue angle of 5.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E03525 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 37 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.12 |
| HSL | 5.13º | 0.75% | 0.51% | - |
| HSV(B) | 5.13º | 0.83% | 0.88% | - |
| XYZ | 32.35 | 18.53 | 3.62 | - |
| YUV | 102.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 37 | 0 | 0.76 | 0.83 | 0.12 | 5.13 | 0.75 | 0.51 |
| Hex | E0 | 35 | 25 | 0 | 4C | 53 | C | 5 | 4B | 33 |
| Octal | 340 | 65 | 45 | 0 | 114 | 123 | 14 | 5 | 113 | 63 |
| Binary | 11100000 | 110101 | 100101 | 0 | 1001100 | 1010011 | 1100 | 101 | 1001011 | 110011 |
Color Harmonies of #E03525
Complementary color
Monochromatic Colors of #E03525
Black with #E03525
Text Example
Text Example
White with #E03525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03525; }
p { color: rgb(224,53,37); }
H1.HeaderClassName
{
color: #E03525;
}
.AnyTagClassName
{
color: #E03525;
}
</style>
background-color css
<style>
a { background-color: #E03525; }
a { background-color: rgb(224,53,37); }
div.DivClassName
{
background-color: #E03525;
}
.BgClassName
{
background-color: #E03525;
}
</style>
border-color css
<style>
span { border-color: #E03525; }
span { border-color: rgb(224,53,37); }
td.TdClassName
{
border-color: #E03525;
}
.TagClassName
{
border-color: #E03525;
}
</style>