Shades of Cinnabar #E04930
Tints of Cinnabar #E04930
RGB
CMYK
RGB Variations
Color information
#E04930 (or 0xE04930) is known color: Cinnabar. HEX triplet: E0, 49 and 30. RGB value is (224,73,48). Sum of RGB (Red+Green+Blue) = 224+73+48=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E04930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04930 is #1FB6CF. Grayscale: #737373. Windows color (decimal): -2078416 or 3164640. OLE color: 3164640.
HSL color Cylindrical-coordinate representation of color #E04930: hue angle of 8.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E04930 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 48 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.12 |
| HSL | 8.52º | 0.74% | 0.53% | - |
| HSV(B) | 8.52º | 0.79% | 0.88% | - |
| XYZ | 33.66 | 20.83 | 5.04 | - |
| YUV | 115.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 48 | 0 | 0.67 | 0.79 | 0.12 | 8.52 | 0.74 | 0.53 |
| Hex | E0 | 49 | 30 | 0 | 43 | 4F | C | 9 | 4A | 35 |
| Octal | 340 | 111 | 60 | 0 | 103 | 117 | 14 | 11 | 112 | 65 |
| Binary | 11100000 | 1001001 | 110000 | 0 | 1000011 | 1001111 | 1100 | 1001 | 1001010 | 110101 |
Color Harmonies of #E04930
Complementary color
Monochromatic Colors of #E04930
Black with #E04930
Text Example
Text Example
White with #E04930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04930; }
p { color: rgb(224,73,48); }
H1.HeaderClassName
{
color: #E04930;
}
.AnyTagClassName
{
color: #E04930;
}
</style>
background-color css
<style>
a { background-color: #E04930; }
a { background-color: rgb(224,73,48); }
div.DivClassName
{
background-color: #E04930;
}
.BgClassName
{
background-color: #E04930;
}
</style>
border-color css
<style>
span { border-color: #E04930; }
span { border-color: rgb(224,73,48); }
td.TdClassName
{
border-color: #E04930;
}
.TagClassName
{
border-color: #E04930;
}
</style>