Shades of Crimson #E51841
Tints of Crimson #E51841
RGB
CMYK
RGB Variations
Color information
#E51841 (or 0xE51841) is known color: Crimson. HEX triplet: E5, 18 and 41. RGB value is (229,24,65). Sum of RGB (Red+Green+Blue) = 229+24+65=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E51841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51841 is #1AE7BE. Grayscale: #5A5A5A. Windows color (decimal): -1763263 or 4266213. OLE color: 4266213.
HSL color Cylindrical-coordinate representation of color #E51841: hue angle of 348º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51841 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 65 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.10 |
| HSL | 348º | 0.81% | 0.5% | - |
| HSV(B) | 348º | 0.9% | 0.9% | - |
| XYZ | 33.59 | 17.69 | 6.65 | - |
| YUV | 89.97 | 113.92 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 65 | 0 | 0.90 | 0.72 | 0.10 | 348 | 0.81 | 0.5 |
| Hex | E5 | 18 | 41 | 0 | 5A | 48 | A | 15C | 51 | 32 |
| Octal | 345 | 30 | 101 | 0 | 132 | 110 | 12 | 534 | 121 | 62 |
| Binary | 11100101 | 11000 | 1000001 | 0 | 1011010 | 1001000 | 1010 | 101011100 | 1010001 | 110010 |
Color Harmonies of #E51841
Complementary color
Monochromatic Colors of #E51841
Black with #E51841
Text Example
Text Example
White with #E51841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51841; }
p { color: rgb(229,24,65); }
H1.HeaderClassName
{
color: #E51841;
}
.AnyTagClassName
{
color: #E51841;
}
</style>
background-color css
<style>
a { background-color: #E51841; }
a { background-color: rgb(229,24,65); }
div.DivClassName
{
background-color: #E51841;
}
.BgClassName
{
background-color: #E51841;
}
</style>
border-color css
<style>
span { border-color: #E51841; }
span { border-color: rgb(229,24,65); }
td.TdClassName
{
border-color: #E51841;
}
.TagClassName
{
border-color: #E51841;
}
</style>