Shades of Cinnabar #E03225
Tints of Cinnabar #E03225
RGB
CMYK
RGB Variations
Color information
#E03225 (or 0xE03225) is known color: Cinnabar. HEX triplet: E0, 32 and 25. RGB value is (224,50,37). Sum of RGB (Red+Green+Blue) = 224+50+37=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E03225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03225 is #1FCDDA. Grayscale: #646464. Windows color (decimal): -2084315 or 2437856. OLE color: 2437856.
HSL color Cylindrical-coordinate representation of color #E03225: hue angle of 4.17º 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 #E03225 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 37 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.12 |
| HSL | 4.17º | 0.75% | 0.51% | - |
| HSV(B) | 4.17º | 0.83% | 0.88% | - |
| XYZ | 32.22 | 18.26 | 3.58 | - |
| YUV | 100.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 37 | 0 | 0.78 | 0.83 | 0.12 | 4.17 | 0.75 | 0.51 |
| Hex | E0 | 32 | 25 | 0 | 4E | 53 | C | 4 | 4B | 33 |
| Octal | 340 | 62 | 45 | 0 | 116 | 123 | 14 | 4 | 113 | 63 |
| Binary | 11100000 | 110010 | 100101 | 0 | 1001110 | 1010011 | 1100 | 100 | 1001011 | 110011 |
Color Harmonies of #E03225
Complementary color
Monochromatic Colors of #E03225
Black with #E03225
Text Example
Text Example
White with #E03225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03225; }
p { color: rgb(224,50,37); }
H1.HeaderClassName
{
color: #E03225;
}
.AnyTagClassName
{
color: #E03225;
}
</style>
background-color css
<style>
a { background-color: #E03225; }
a { background-color: rgb(224,50,37); }
div.DivClassName
{
background-color: #E03225;
}
.BgClassName
{
background-color: #E03225;
}
</style>
border-color css
<style>
span { border-color: #E03225; }
span { border-color: rgb(224,50,37); }
td.TdClassName
{
border-color: #E03225;
}
.TagClassName
{
border-color: #E03225;
}
</style>