Shades of Cinnabar #E04D1D
Tints of Cinnabar #E04D1D
RGB
CMYK
RGB Variations
Color information
#E04D1D (or 0xE04D1D) is known color: Cinnabar. HEX triplet: E0, 4D and 1D. RGB value is (224,77,29). Sum of RGB (Red+Green+Blue) = 224+77+29=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D1D is #1FB2E2. Grayscale: #737373. Windows color (decimal): -2077411 or 1920480. OLE color: 1920480.
HSL color Cylindrical-coordinate representation of color #E04D1D: hue angle of 14.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E04D1D is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 29 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.12 |
| HSL | 14.77º | 0.77% | 0.5% | - |
| HSV(B) | 14.77º | 0.87% | 0.88% | - |
| XYZ | 33.62 | 21.24 | 3.49 | - |
| YUV | 115.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 29 | 0 | 0.66 | 0.87 | 0.12 | 14.77 | 0.77 | 0.5 |
| Hex | E0 | 4D | 1D | 0 | 42 | 57 | C | F | 4D | 32 |
| Octal | 340 | 115 | 35 | 0 | 102 | 127 | 14 | 17 | 115 | 62 |
| Binary | 11100000 | 1001101 | 11101 | 0 | 1000010 | 1010111 | 1100 | 1111 | 1001101 | 110010 |
Color Harmonies of #E04D1D
Complementary color
Monochromatic Colors of #E04D1D
Black with #E04D1D
Text Example
Text Example
White with #E04D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D1D; }
p { color: rgb(224,77,29); }
H1.HeaderClassName
{
color: #E04D1D;
}
.AnyTagClassName
{
color: #E04D1D;
}
</style>
background-color css
<style>
a { background-color: #E04D1D; }
a { background-color: rgb(224,77,29); }
div.DivClassName
{
background-color: #E04D1D;
}
.BgClassName
{
background-color: #E04D1D;
}
</style>
border-color css
<style>
span { border-color: #E04D1D; }
span { border-color: rgb(224,77,29); }
td.TdClassName
{
border-color: #E04D1D;
}
.TagClassName
{
border-color: #E04D1D;
}
</style>