Shades of Crimson #E51742
Tints of Crimson #E51742
RGB
CMYK
RGB Variations
Color information
#E51742 (or 0xE51742) is known color: Crimson. HEX triplet: E5, 17 and 42. RGB value is (229,23,66). Sum of RGB (Red+Green+Blue) = 229+23+66=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E51742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51742 is #1AE8BD. Grayscale: #595959. Windows color (decimal): -1763518 or 4331493. OLE color: 4331493.
HSL color Cylindrical-coordinate representation of color #E51742: hue angle of 347.48º 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 #E51742 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 66 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.10 |
| HSL | 347.48º | 0.82% | 0.49% | - |
| HSV(B) | 347.48º | 0.9% | 0.9% | - |
| XYZ | 33.6 | 17.66 | 6.79 | - |
| YUV | 89.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 66 | 0 | 0.90 | 0.71 | 0.10 | 347.48 | 0.82 | 0.49 |
| Hex | E5 | 17 | 42 | 0 | 5A | 47 | A | 15B | 52 | 31 |
| Octal | 345 | 27 | 102 | 0 | 132 | 107 | 12 | 533 | 122 | 61 |
| Binary | 11100101 | 10111 | 1000010 | 0 | 1011010 | 1000111 | 1010 | 101011011 | 1010010 | 110001 |
Color Harmonies of #E51742
Complementary color
Monochromatic Colors of #E51742
Black with #E51742
Text Example
Text Example
White with #E51742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51742; }
p { color: rgb(229,23,66); }
H1.HeaderClassName
{
color: #E51742;
}
.AnyTagClassName
{
color: #E51742;
}
</style>
background-color css
<style>
a { background-color: #E51742; }
a { background-color: rgb(229,23,66); }
div.DivClassName
{
background-color: #E51742;
}
.BgClassName
{
background-color: #E51742;
}
</style>
border-color css
<style>
span { border-color: #E51742; }
span { border-color: rgb(229,23,66); }
td.TdClassName
{
border-color: #E51742;
}
.TagClassName
{
border-color: #E51742;
}
</style>