Shades of Cinnabar #E04D36
Tints of Cinnabar #E04D36
RGB
CMYK
RGB Variations
Color information
#E04D36 (or 0xE04D36) is known color: Cinnabar. HEX triplet: E0, 4D and 36. RGB value is (224,77,54). Sum of RGB (Red+Green+Blue) = 224+77+54=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D36 is #1FB2C9. Grayscale: #767676. Windows color (decimal): -2077386 or 3558880. OLE color: 3558880.
HSL color Cylindrical-coordinate representation of color #E04D36: hue angle of 8.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E04D36 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 54 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.12 |
| HSL | 8.12º | 0.73% | 0.55% | - |
| HSV(B) | 8.12º | 0.76% | 0.88% | - |
| XYZ | 34.06 | 21.42 | 5.83 | - |
| YUV | 118.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 54 | 0 | 0.66 | 0.76 | 0.12 | 8.12 | 0.73 | 0.55 |
| Hex | E0 | 4D | 36 | 0 | 42 | 4C | C | 8 | 49 | 37 |
| Octal | 340 | 115 | 66 | 0 | 102 | 114 | 14 | 10 | 111 | 67 |
| Binary | 11100000 | 1001101 | 110110 | 0 | 1000010 | 1001100 | 1100 | 1000 | 1001001 | 110111 |
Color Harmonies of #E04D36
Complementary color
Monochromatic Colors of #E04D36
Black with #E04D36
Text Example
Text Example
White with #E04D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D36; }
p { color: rgb(224,77,54); }
H1.HeaderClassName
{
color: #E04D36;
}
.AnyTagClassName
{
color: #E04D36;
}
</style>
background-color css
<style>
a { background-color: #E04D36; }
a { background-color: rgb(224,77,54); }
div.DivClassName
{
background-color: #E04D36;
}
.BgClassName
{
background-color: #E04D36;
}
</style>
border-color css
<style>
span { border-color: #E04D36; }
span { border-color: rgb(224,77,54); }
td.TdClassName
{
border-color: #E04D36;
}
.TagClassName
{
border-color: #E04D36;
}
</style>