Shades of Crimson #E51228
Tints of Crimson #E51228
RGB
CMYK
RGB Variations
Color information
#E51228 (or 0xE51228) is known color: Crimson. HEX triplet: E5, 12 and 28. RGB value is (229,18,40). Sum of RGB (Red+Green+Blue) = 229+18+40=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E51228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51228 is #1AEDD7. Grayscale: #535353. Windows color (decimal): -1764824 or 2626277. OLE color: 2626277.
HSL color Cylindrical-coordinate representation of color #E51228: hue angle of 353.74º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51228 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 40 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.10 |
| HSL | 353.74º | 0.85% | 0.48% | - |
| HSV(B) | 353.74º | 0.92% | 0.9% | - |
| XYZ | 32.91 | 17.24 | 3.6 | - |
| YUV | 83.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 40 | 0 | 0.92 | 0.83 | 0.10 | 353.74 | 0.85 | 0.48 |
| Hex | E5 | 12 | 28 | 0 | 5C | 53 | A | 162 | 55 | 30 |
| Octal | 345 | 22 | 50 | 0 | 134 | 123 | 12 | 542 | 125 | 60 |
| Binary | 11100101 | 10010 | 101000 | 0 | 1011100 | 1010011 | 1010 | 101100010 | 1010101 | 110000 |
Color Harmonies of #E51228
Complementary color
Monochromatic Colors of #E51228
Black with #E51228
Text Example
Text Example
White with #E51228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51228; }
p { color: rgb(229,18,40); }
H1.HeaderClassName
{
color: #E51228;
}
.AnyTagClassName
{
color: #E51228;
}
</style>
background-color css
<style>
a { background-color: #E51228; }
a { background-color: rgb(229,18,40); }
div.DivClassName
{
background-color: #E51228;
}
.BgClassName
{
background-color: #E51228;
}
</style>
border-color css
<style>
span { border-color: #E51228; }
span { border-color: rgb(229,18,40); }
td.TdClassName
{
border-color: #E51228;
}
.TagClassName
{
border-color: #E51228;
}
</style>