Shades of Cinnabar #E04629
Tints of Cinnabar #E04629
RGB
CMYK
RGB Variations
Color information
#E04629 (or 0xE04629) is known color: Cinnabar. HEX triplet: E0, 46 and 29. RGB value is (224,70,41). Sum of RGB (Red+Green+Blue) = 224+70+41=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E04629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04629 is #1FB9D6. Grayscale: #717171. Windows color (decimal): -2079191 or 2705120. OLE color: 2705120.
HSL color Cylindrical-coordinate representation of color #E04629: hue angle of 9.51º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E04629 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 41 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.12 |
| HSL | 9.51º | 0.75% | 0.52% | - |
| HSV(B) | 9.51º | 0.82% | 0.88% | - |
| XYZ | 33.33 | 20.39 | 4.28 | - |
| YUV | 112.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 41 | 0 | 0.69 | 0.82 | 0.12 | 9.51 | 0.75 | 0.52 |
| Hex | E0 | 46 | 29 | 0 | 45 | 52 | C | A | 4B | 34 |
| Octal | 340 | 106 | 51 | 0 | 105 | 122 | 14 | 12 | 113 | 64 |
| Binary | 11100000 | 1000110 | 101001 | 0 | 1000101 | 1010010 | 1100 | 1010 | 1001011 | 110100 |
Color Harmonies of #E04629
Complementary color
Monochromatic Colors of #E04629
Black with #E04629
Text Example
Text Example
White with #E04629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04629; }
p { color: rgb(224,70,41); }
H1.HeaderClassName
{
color: #E04629;
}
.AnyTagClassName
{
color: #E04629;
}
</style>
background-color css
<style>
a { background-color: #E04629; }
a { background-color: rgb(224,70,41); }
div.DivClassName
{
background-color: #E04629;
}
.BgClassName
{
background-color: #E04629;
}
</style>
border-color css
<style>
span { border-color: #E04629; }
span { border-color: rgb(224,70,41); }
td.TdClassName
{
border-color: #E04629;
}
.TagClassName
{
border-color: #E04629;
}
</style>