Shades of Cinnabar #E04D35
Tints of Cinnabar #E04D35
RGB
CMYK
RGB Variations
Color information
#E04D35 (or 0xE04D35) is known color: Cinnabar. HEX triplet: E0, 4D and 35. RGB value is (224,77,53). Sum of RGB (Red+Green+Blue) = 224+77+53=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D35 is #1FB2CA. Grayscale: #767676. Windows color (decimal): -2077387 or 3493344. OLE color: 3493344.
HSL color Cylindrical-coordinate representation of color #E04D35: hue angle of 8.42º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E04D35 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 53 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.12 |
| HSL | 8.42º | 0.73% | 0.54% | - |
| HSV(B) | 8.42º | 0.76% | 0.88% | - |
| XYZ | 34.04 | 21.41 | 5.71 | - |
| YUV | 118.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 53 | 0 | 0.66 | 0.76 | 0.12 | 8.42 | 0.73 | 0.54 |
| Hex | E0 | 4D | 35 | 0 | 42 | 4C | C | 8 | 49 | 36 |
| Octal | 340 | 115 | 65 | 0 | 102 | 114 | 14 | 10 | 111 | 66 |
| Binary | 11100000 | 1001101 | 110101 | 0 | 1000010 | 1001100 | 1100 | 1000 | 1001001 | 110110 |
Color Harmonies of #E04D35
Complementary color
Monochromatic Colors of #E04D35
Black with #E04D35
Text Example
Text Example
White with #E04D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D35; }
p { color: rgb(224,77,53); }
H1.HeaderClassName
{
color: #E04D35;
}
.AnyTagClassName
{
color: #E04D35;
}
</style>
background-color css
<style>
a { background-color: #E04D35; }
a { background-color: rgb(224,77,53); }
div.DivClassName
{
background-color: #E04D35;
}
.BgClassName
{
background-color: #E04D35;
}
</style>
border-color css
<style>
span { border-color: #E04D35; }
span { border-color: rgb(224,77,53); }
td.TdClassName
{
border-color: #E04D35;
}
.TagClassName
{
border-color: #E04D35;
}
</style>