Shades of Cinnabar #E53729
Tints of Cinnabar #E53729
RGB
CMYK
RGB Variations
Color information
#E53729 (or 0xE53729) is known color: Cinnabar. HEX triplet: E5, 37 and 29. RGB value is (229,55,41). Sum of RGB (Red+Green+Blue) = 229+55+41=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E53729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53729 is #1AC8D6. Grayscale: #696969. Windows color (decimal): -1755351 or 2701285. OLE color: 2701285.
HSL color Cylindrical-coordinate representation of color #E53729: hue angle of 4.47º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E53729 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 41 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.10 |
| HSL | 4.47º | 0.78% | 0.53% | - |
| HSV(B) | 4.47º | 0.82% | 0.9% | - |
| XYZ | 34.08 | 19.55 | 4.08 | - |
| YUV | 105.43 | 91.65 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 41 | 0 | 0.76 | 0.82 | 0.10 | 4.47 | 0.78 | 0.53 |
| Hex | E5 | 37 | 29 | 0 | 4C | 52 | A | 4 | 4E | 35 |
| Octal | 345 | 67 | 51 | 0 | 114 | 122 | 12 | 4 | 116 | 65 |
| Binary | 11100101 | 110111 | 101001 | 0 | 1001100 | 1010010 | 1010 | 100 | 1001110 | 110101 |
Color Harmonies of #E53729
Complementary color
Monochromatic Colors of #E53729
Black with #E53729
Text Example
Text Example
White with #E53729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53729; }
p { color: rgb(229,55,41); }
H1.HeaderClassName
{
color: #E53729;
}
.AnyTagClassName
{
color: #E53729;
}
</style>
background-color css
<style>
a { background-color: #E53729; }
a { background-color: rgb(229,55,41); }
div.DivClassName
{
background-color: #E53729;
}
.BgClassName
{
background-color: #E53729;
}
</style>
border-color css
<style>
span { border-color: #E53729; }
span { border-color: rgb(229,55,41); }
td.TdClassName
{
border-color: #E53729;
}
.TagClassName
{
border-color: #E53729;
}
</style>