Shades of Crimson #E51A39
Tints of Crimson #E51A39
RGB
CMYK
RGB Variations
Color information
#E51A39 (or 0xE51A39) is known color: Crimson. HEX triplet: E5, 1A and 39. RGB value is (229,26,57). Sum of RGB (Red+Green+Blue) = 229+26+57=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A39 is #1AE5C6. Grayscale: #5A5A5A. Windows color (decimal): -1762759 or 3742437. OLE color: 3742437.
HSL color Cylindrical-coordinate representation of color #E51A39: hue angle of 350.84º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A39 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 57 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.10 |
| HSL | 350.84º | 0.8% | 0.5% | - |
| HSV(B) | 350.84º | 0.89% | 0.9% | - |
| XYZ | 33.42 | 17.69 | 5.52 | - |
| YUV | 90.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 57 | 0 | 0.89 | 0.75 | 0.10 | 350.84 | 0.8 | 0.5 |
| Hex | E5 | 1A | 39 | 0 | 59 | 4B | A | 15F | 50 | 32 |
| Octal | 345 | 32 | 71 | 0 | 131 | 113 | 12 | 537 | 120 | 62 |
| Binary | 11100101 | 11010 | 111001 | 0 | 1011001 | 1001011 | 1010 | 101011111 | 1010000 | 110010 |
Color Harmonies of #E51A39
Complementary color
Monochromatic Colors of #E51A39
Black with #E51A39
Text Example
Text Example
White with #E51A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A39; }
p { color: rgb(229,26,57); }
H1.HeaderClassName
{
color: #E51A39;
}
.AnyTagClassName
{
color: #E51A39;
}
</style>
background-color css
<style>
a { background-color: #E51A39; }
a { background-color: rgb(229,26,57); }
div.DivClassName
{
background-color: #E51A39;
}
.BgClassName
{
background-color: #E51A39;
}
</style>
border-color css
<style>
span { border-color: #E51A39; }
span { border-color: rgb(229,26,57); }
td.TdClassName
{
border-color: #E51A39;
}
.TagClassName
{
border-color: #E51A39;
}
</style>