Shades of Cinnabar #E04D30
Tints of Cinnabar #E04D30
RGB
CMYK
RGB Variations
Color information
#E04D30 (or 0xE04D30) is known color: Cinnabar. HEX triplet: E0, 4D and 30. RGB value is (224,77,48). Sum of RGB (Red+Green+Blue) = 224+77+48=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D30 is #1FB2CF. Grayscale: #757575. Windows color (decimal): -2077392 or 3165664. OLE color: 3165664.
HSL color Cylindrical-coordinate representation of color #E04D30: hue angle of 9.89º 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 #E04D30 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 48 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.12 |
| HSL | 9.89º | 0.74% | 0.53% | - |
| HSV(B) | 9.89º | 0.79% | 0.88% | - |
| XYZ | 33.93 | 21.37 | 5.13 | - |
| YUV | 117.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 48 | 0 | 0.66 | 0.79 | 0.12 | 9.89 | 0.74 | 0.53 |
| Hex | E0 | 4D | 30 | 0 | 42 | 4F | C | A | 4A | 35 |
| Octal | 340 | 115 | 60 | 0 | 102 | 117 | 14 | 12 | 112 | 65 |
| Binary | 11100000 | 1001101 | 110000 | 0 | 1000010 | 1001111 | 1100 | 1010 | 1001010 | 110101 |
Color Harmonies of #E04D30
Complementary color
Monochromatic Colors of #E04D30
Black with #E04D30
Text Example
Text Example
White with #E04D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D30; }
p { color: rgb(224,77,48); }
H1.HeaderClassName
{
color: #E04D30;
}
.AnyTagClassName
{
color: #E04D30;
}
</style>
background-color css
<style>
a { background-color: #E04D30; }
a { background-color: rgb(224,77,48); }
div.DivClassName
{
background-color: #E04D30;
}
.BgClassName
{
background-color: #E04D30;
}
</style>
border-color css
<style>
span { border-color: #E04D30; }
span { border-color: rgb(224,77,48); }
td.TdClassName
{
border-color: #E04D30;
}
.TagClassName
{
border-color: #E04D30;
}
</style>