Shades of Crimson #E51648
Tints of Crimson #E51648
RGB
CMYK
RGB Variations
Color information
#E51648 (or 0xE51648) is known color: Crimson. HEX triplet: E5, 16 and 48. RGB value is (229,22,72). Sum of RGB (Red+Green+Blue) = 229+22+72=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E51648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51648 is #1AE9B7. Grayscale: #595959. Windows color (decimal): -1763768 or 4724453. OLE color: 4724453.
HSL color Cylindrical-coordinate representation of color #E51648: hue angle of 345.51º 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 #E51648 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 72 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.10 |
| HSL | 345.51º | 0.82% | 0.49% | - |
| HSV(B) | 345.51º | 0.9% | 0.9% | - |
| XYZ | 33.77 | 17.7 | 7.77 | - |
| YUV | 89.59 | 118.08 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 72 | 0 | 0.90 | 0.69 | 0.10 | 345.51 | 0.82 | 0.49 |
| Hex | E5 | 16 | 48 | 0 | 5A | 45 | A | 15A | 52 | 31 |
| Octal | 345 | 26 | 110 | 0 | 132 | 105 | 12 | 532 | 122 | 61 |
| Binary | 11100101 | 10110 | 1001000 | 0 | 1011010 | 1000101 | 1010 | 101011010 | 1010010 | 110001 |
Color Harmonies of #E51648
Complementary color
Monochromatic Colors of #E51648
Black with #E51648
Text Example
Text Example
White with #E51648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51648; }
p { color: rgb(229,22,72); }
H1.HeaderClassName
{
color: #E51648;
}
.AnyTagClassName
{
color: #E51648;
}
</style>
background-color css
<style>
a { background-color: #E51648; }
a { background-color: rgb(229,22,72); }
div.DivClassName
{
background-color: #E51648;
}
.BgClassName
{
background-color: #E51648;
}
</style>
border-color css
<style>
span { border-color: #E51648; }
span { border-color: rgb(229,22,72); }
td.TdClassName
{
border-color: #E51648;
}
.TagClassName
{
border-color: #E51648;
}
</style>