Shades of Cinnabar #E53629
Tints of Cinnabar #E53629
RGB
CMYK
RGB Variations
Color information
#E53629 (or 0xE53629) is known color: Cinnabar. HEX triplet: E5, 36 and 29. RGB value is (229,54,41). Sum of RGB (Red+Green+Blue) = 229+54+41=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E53629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53629 is #1AC9D6. Grayscale: #696969. Windows color (decimal): -1755607 or 2701029. OLE color: 2701029.
HSL color Cylindrical-coordinate representation of color #E53629: hue angle of 4.15º 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 #E53629 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 54 | 41 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.10 |
| HSL | 4.15º | 0.78% | 0.53% | - |
| HSV(B) | 4.15º | 0.82% | 0.9% | - |
| XYZ | 34.03 | 19.46 | 4.06 | - |
| YUV | 104.84 | 91.98 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 54 | 41 | 0 | 0.76 | 0.82 | 0.10 | 4.15 | 0.78 | 0.53 |
| Hex | E5 | 36 | 29 | 0 | 4C | 52 | A | 4 | 4E | 35 |
| Octal | 345 | 66 | 51 | 0 | 114 | 122 | 12 | 4 | 116 | 65 |
| Binary | 11100101 | 110110 | 101001 | 0 | 1001100 | 1010010 | 1010 | 100 | 1001110 | 110101 |
Color Harmonies of #E53629
Complementary color
Monochromatic Colors of #E53629
Black with #E53629
Text Example
Text Example
White with #E53629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53629; }
p { color: rgb(229,54,41); }
H1.HeaderClassName
{
color: #E53629;
}
.AnyTagClassName
{
color: #E53629;
}
</style>
background-color css
<style>
a { background-color: #E53629; }
a { background-color: rgb(229,54,41); }
div.DivClassName
{
background-color: #E53629;
}
.BgClassName
{
background-color: #E53629;
}
</style>
border-color css
<style>
span { border-color: #E53629; }
span { border-color: rgb(229,54,41); }
td.TdClassName
{
border-color: #E53629;
}
.TagClassName
{
border-color: #E53629;
}
</style>