Shades of Cinnabar #E14529
Tints of Cinnabar #E14529
RGB
CMYK
RGB Variations
Color information
#E14529 (or 0xE14529) is known color: Cinnabar. HEX triplet: E1, 45 and 29. RGB value is (225,69,41). Sum of RGB (Red+Green+Blue) = 225+69+41=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E14529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14529 is #1EBAD6. Grayscale: #707070. Windows color (decimal): -2013911 or 2704865. OLE color: 2704865.
HSL color Cylindrical-coordinate representation of color #E14529: hue angle of 9.13º 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 #E14529 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 41 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.12 |
| HSL | 9.13º | 0.75% | 0.52% | - |
| HSV(B) | 9.13º | 0.82% | 0.88% | - |
| XYZ | 33.58 | 20.42 | 4.27 | - |
| YUV | 112.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 41 | 0 | 0.69 | 0.82 | 0.12 | 9.13 | 0.75 | 0.52 |
| Hex | E1 | 45 | 29 | 0 | 45 | 52 | C | 9 | 4B | 34 |
| Octal | 341 | 105 | 51 | 0 | 105 | 122 | 14 | 11 | 113 | 64 |
| Binary | 11100001 | 1000101 | 101001 | 0 | 1000101 | 1010010 | 1100 | 1001 | 1001011 | 110100 |
Color Harmonies of #E14529
Complementary color
Monochromatic Colors of #E14529
Black with #E14529
Text Example
Text Example
White with #E14529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14529; }
p { color: rgb(225,69,41); }
H1.HeaderClassName
{
color: #E14529;
}
.AnyTagClassName
{
color: #E14529;
}
</style>
background-color css
<style>
a { background-color: #E14529; }
a { background-color: rgb(225,69,41); }
div.DivClassName
{
background-color: #E14529;
}
.BgClassName
{
background-color: #E14529;
}
</style>
border-color css
<style>
span { border-color: #E14529; }
span { border-color: rgb(225,69,41); }
td.TdClassName
{
border-color: #E14529;
}
.TagClassName
{
border-color: #E14529;
}
</style>