Shades of Cinnabar #E53B29
Tints of Cinnabar #E53B29
RGB
CMYK
RGB Variations
Color information
#E53B29 (or 0xE53B29) is known color: Cinnabar. HEX triplet: E5, 3B and 29. RGB value is (229,59,41). Sum of RGB (Red+Green+Blue) = 229+59+41=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E53B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53B29 is #1AC4D6. Grayscale: #6C6C6C. Windows color (decimal): -1754327 or 2702309. OLE color: 2702309.
HSL color Cylindrical-coordinate representation of color #E53B29: hue angle of 5.74º 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 #E53B29 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 59 | 41 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.10 |
| HSL | 5.74º | 0.78% | 0.53% | - |
| HSV(B) | 5.74º | 0.82% | 0.9% | - |
| XYZ | 34.28 | 19.95 | 4.14 | - |
| YUV | 107.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 41 | 0 | 0.74 | 0.82 | 0.10 | 5.74 | 0.78 | 0.53 |
| Hex | E5 | 3B | 29 | 0 | 4A | 52 | A | 6 | 4E | 35 |
| Octal | 345 | 73 | 51 | 0 | 112 | 122 | 12 | 6 | 116 | 65 |
| Binary | 11100101 | 111011 | 101001 | 0 | 1001010 | 1010010 | 1010 | 110 | 1001110 | 110101 |
Color Harmonies of #E53B29
Complementary color
Monochromatic Colors of #E53B29
Black with #E53B29
Text Example
Text Example
White with #E53B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53B29; }
p { color: rgb(229,59,41); }
H1.HeaderClassName
{
color: #E53B29;
}
.AnyTagClassName
{
color: #E53B29;
}
</style>
background-color css
<style>
a { background-color: #E53B29; }
a { background-color: rgb(229,59,41); }
div.DivClassName
{
background-color: #E53B29;
}
.BgClassName
{
background-color: #E53B29;
}
</style>
border-color css
<style>
span { border-color: #E53B29; }
span { border-color: rgb(229,59,41); }
td.TdClassName
{
border-color: #E53B29;
}
.TagClassName
{
border-color: #E53B29;
}
</style>