Shades of Cinnabar #E53C29
Tints of Cinnabar #E53C29
RGB
CMYK
RGB Variations
Color information
#E53C29 (or 0xE53C29) is known color: Cinnabar. HEX triplet: E5, 3C and 29. RGB value is (229,60,41). Sum of RGB (Red+Green+Blue) = 229+60+41=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C29 is #1AC3D6. Grayscale: #6C6C6C. Windows color (decimal): -1754071 or 2702565. OLE color: 2702565.
HSL color Cylindrical-coordinate representation of color #E53C29: hue angle of 6.06º 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 #E53C29 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 41 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.10 |
| HSL | 6.06º | 0.78% | 0.53% | - |
| HSV(B) | 6.06º | 0.82% | 0.9% | - |
| XYZ | 34.33 | 20.05 | 4.16 | - |
| YUV | 108.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 41 | 0 | 0.74 | 0.82 | 0.10 | 6.06 | 0.78 | 0.53 |
| Hex | E5 | 3C | 29 | 0 | 4A | 52 | A | 6 | 4E | 35 |
| Octal | 345 | 74 | 51 | 0 | 112 | 122 | 12 | 6 | 116 | 65 |
| Binary | 11100101 | 111100 | 101001 | 0 | 1001010 | 1010010 | 1010 | 110 | 1001110 | 110101 |
Color Harmonies of #E53C29
Complementary color
Monochromatic Colors of #E53C29
Black with #E53C29
Text Example
Text Example
White with #E53C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C29; }
p { color: rgb(229,60,41); }
H1.HeaderClassName
{
color: #E53C29;
}
.AnyTagClassName
{
color: #E53C29;
}
</style>
background-color css
<style>
a { background-color: #E53C29; }
a { background-color: rgb(229,60,41); }
div.DivClassName
{
background-color: #E53C29;
}
.BgClassName
{
background-color: #E53C29;
}
</style>
border-color css
<style>
span { border-color: #E53C29; }
span { border-color: rgb(229,60,41); }
td.TdClassName
{
border-color: #E53C29;
}
.TagClassName
{
border-color: #E53C29;
}
</style>