Shades of Cinnabar #E04730
Tints of Cinnabar #E04730
RGB
CMYK
RGB Variations
Color information
#E04730 (or 0xE04730) is known color: Cinnabar. HEX triplet: E0, 47 and 30. RGB value is (224,71,48). Sum of RGB (Red+Green+Blue) = 224+71+48=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E04730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04730 is #1FB8CF. Grayscale: #727272. Windows color (decimal): -2078928 or 3164128. OLE color: 3164128.
HSL color Cylindrical-coordinate representation of color #E04730: hue angle of 7.84º 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 #E04730 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 48 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.12 |
| HSL | 7.84º | 0.74% | 0.53% | - |
| HSV(B) | 7.84º | 0.79% | 0.88% | - |
| XYZ | 33.53 | 20.57 | 5 | - |
| YUV | 114.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 48 | 0 | 0.68 | 0.79 | 0.12 | 7.84 | 0.74 | 0.53 |
| Hex | E0 | 47 | 30 | 0 | 44 | 4F | C | 8 | 4A | 35 |
| Octal | 340 | 107 | 60 | 0 | 104 | 117 | 14 | 10 | 112 | 65 |
| Binary | 11100000 | 1000111 | 110000 | 0 | 1000100 | 1001111 | 1100 | 1000 | 1001010 | 110101 |
Color Harmonies of #E04730
Complementary color
Monochromatic Colors of #E04730
Black with #E04730
Text Example
Text Example
White with #E04730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04730; }
p { color: rgb(224,71,48); }
H1.HeaderClassName
{
color: #E04730;
}
.AnyTagClassName
{
color: #E04730;
}
</style>
background-color css
<style>
a { background-color: #E04730; }
a { background-color: rgb(224,71,48); }
div.DivClassName
{
background-color: #E04730;
}
.BgClassName
{
background-color: #E04730;
}
</style>
border-color css
<style>
span { border-color: #E04730; }
span { border-color: rgb(224,71,48); }
td.TdClassName
{
border-color: #E04730;
}
.TagClassName
{
border-color: #E04730;
}
</style>