Shades of Crimson #E50029
Tints of Crimson #E50029
RGB
CMYK
RGB Variations
Color information
#E50029 (or 0xE50029) is known color: Crimson. HEX triplet: E5, 00 and 29. RGB value is (229,0,41). Sum of RGB (Red+Green+Blue) = 229+0+41=270 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.81% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 229 - color contains mainly: red. Hex color #E50029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50029 is #1AFFD6. Grayscale: #494949. Windows color (decimal): -1769431 or 2687205. OLE color: 2687205.
HSL color Cylindrical-coordinate representation of color #E50029: hue angle of 349.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50029 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.82 | 0.10 |
| HSL | 349.26º | 1% | 0.45% | - |
| HSV(B) | 349.26º | 1% | 0.9% | - |
| XYZ | 32.71 | 16.82 | 3.62 | - |
| YUV | 73.15 | 109.87 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 41 | 0 | 1 | 0.82 | 0.10 | 349.26 | 1 | 0.45 |
| Hex | E5 | 0 | 29 | 0 | 64 | 52 | A | 15D | 64 | 2D |
| Octal | 345 | 0 | 51 | 0 | 144 | 122 | 12 | 535 | 144 | 55 |
| Binary | 11100101 | 0 | 101001 | 0 | 1100100 | 1010010 | 1010 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E50029
Complementary color
Monochromatic Colors of #E50029
Black with #E50029
Text Example
Text Example
White with #E50029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50029; }
p { color: rgb(229,0,41); }
H1.HeaderClassName
{
color: #E50029;
}
.AnyTagClassName
{
color: #E50029;
}
</style>
background-color css
<style>
a { background-color: #E50029; }
a { background-color: rgb(229,0,41); }
div.DivClassName
{
background-color: #E50029;
}
.BgClassName
{
background-color: #E50029;
}
</style>
border-color css
<style>
span { border-color: #E50029; }
span { border-color: rgb(229,0,41); }
td.TdClassName
{
border-color: #E50029;
}
.TagClassName
{
border-color: #E50029;
}
</style>