Shades of Crimson #E51748
Tints of Crimson #E51748
RGB
CMYK
RGB Variations
Color information
#E51748 (or 0xE51748) is known color: Crimson. HEX triplet: E5, 17 and 48. RGB value is (229,23,72). Sum of RGB (Red+Green+Blue) = 229+23+72=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E51748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51748 is #1AE8B7. Grayscale: #5A5A5A. Windows color (decimal): -1763512 or 4724709. OLE color: 4724709.
HSL color Cylindrical-coordinate representation of color #E51748: hue angle of 345.73º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51748 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 72 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.10 |
| HSL | 345.73º | 0.82% | 0.49% | - |
| HSV(B) | 345.73º | 0.9% | 0.9% | - |
| XYZ | 33.79 | 17.74 | 7.77 | - |
| YUV | 90.18 | 117.75 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 72 | 0 | 0.90 | 0.69 | 0.10 | 345.73 | 0.82 | 0.49 |
| Hex | E5 | 17 | 48 | 0 | 5A | 45 | A | 15A | 52 | 31 |
| Octal | 345 | 27 | 110 | 0 | 132 | 105 | 12 | 532 | 122 | 61 |
| Binary | 11100101 | 10111 | 1001000 | 0 | 1011010 | 1000101 | 1010 | 101011010 | 1010010 | 110001 |
Color Harmonies of #E51748
Complementary color
Monochromatic Colors of #E51748
Black with #E51748
Text Example
Text Example
White with #E51748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51748; }
p { color: rgb(229,23,72); }
H1.HeaderClassName
{
color: #E51748;
}
.AnyTagClassName
{
color: #E51748;
}
</style>
background-color css
<style>
a { background-color: #E51748; }
a { background-color: rgb(229,23,72); }
div.DivClassName
{
background-color: #E51748;
}
.BgClassName
{
background-color: #E51748;
}
</style>
border-color css
<style>
span { border-color: #E51748; }
span { border-color: rgb(229,23,72); }
td.TdClassName
{
border-color: #E51748;
}
.TagClassName
{
border-color: #E51748;
}
</style>