Shades of Cinnabar #E04A1D
Tints of Cinnabar #E04A1D
RGB
CMYK
RGB Variations
Color information
#E04A1D (or 0xE04A1D) is known color: Cinnabar. HEX triplet: E0, 4A and 1D. RGB value is (224,74,29). Sum of RGB (Red+Green+Blue) = 224+74+29=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A1D is #1FB5E2. Grayscale: #727272. Windows color (decimal): -2078179 or 1919712. OLE color: 1919712.
HSL color Cylindrical-coordinate representation of color #E04A1D: hue angle of 13.85º 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 #E04A1D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 29 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.12 |
| HSL | 13.85º | 0.77% | 0.5% | - |
| HSV(B) | 13.85º | 0.87% | 0.88% | - |
| XYZ | 33.41 | 20.83 | 3.42 | - |
| YUV | 113.72 | 80.2 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 29 | 0 | 0.67 | 0.87 | 0.12 | 13.85 | 0.77 | 0.5 |
| Hex | E0 | 4A | 1D | 0 | 43 | 57 | C | E | 4D | 32 |
| Octal | 340 | 112 | 35 | 0 | 103 | 127 | 14 | 16 | 115 | 62 |
| Binary | 11100000 | 1001010 | 11101 | 0 | 1000011 | 1010111 | 1100 | 1110 | 1001101 | 110010 |
Color Harmonies of #E04A1D
Complementary color
Monochromatic Colors of #E04A1D
Black with #E04A1D
Text Example
Text Example
White with #E04A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A1D; }
p { color: rgb(224,74,29); }
H1.HeaderClassName
{
color: #E04A1D;
}
.AnyTagClassName
{
color: #E04A1D;
}
</style>
background-color css
<style>
a { background-color: #E04A1D; }
a { background-color: rgb(224,74,29); }
div.DivClassName
{
background-color: #E04A1D;
}
.BgClassName
{
background-color: #E04A1D;
}
</style>
border-color css
<style>
span { border-color: #E04A1D; }
span { border-color: rgb(224,74,29); }
td.TdClassName
{
border-color: #E04A1D;
}
.TagClassName
{
border-color: #E04A1D;
}
</style>