Shades of Crimson #E51736
Tints of Crimson #E51736
RGB
CMYK
RGB Variations
Color information
#E51736 (or 0xE51736) is known color: Crimson. HEX triplet: E5, 17 and 36. RGB value is (229,23,54). Sum of RGB (Red+Green+Blue) = 229+23+54=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E51736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51736 is #1AE8C9. Grayscale: #585858. Windows color (decimal): -1763530 or 3545061. OLE color: 3545061.
HSL color Cylindrical-coordinate representation of color #E51736: hue angle of 350.97º 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 #E51736 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 54 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.10 |
| HSL | 350.97º | 0.82% | 0.49% | - |
| HSV(B) | 350.97º | 0.9% | 0.9% | - |
| XYZ | 33.29 | 17.54 | 5.12 | - |
| YUV | 88.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 54 | 0 | 0.90 | 0.76 | 0.10 | 350.97 | 0.82 | 0.49 |
| Hex | E5 | 17 | 36 | 0 | 5A | 4C | A | 15F | 52 | 31 |
| Octal | 345 | 27 | 66 | 0 | 132 | 114 | 12 | 537 | 122 | 61 |
| Binary | 11100101 | 10111 | 110110 | 0 | 1011010 | 1001100 | 1010 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E51736
Complementary color
Monochromatic Colors of #E51736
Black with #E51736
Text Example
Text Example
White with #E51736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51736; }
p { color: rgb(229,23,54); }
H1.HeaderClassName
{
color: #E51736;
}
.AnyTagClassName
{
color: #E51736;
}
</style>
background-color css
<style>
a { background-color: #E51736; }
a { background-color: rgb(229,23,54); }
div.DivClassName
{
background-color: #E51736;
}
.BgClassName
{
background-color: #E51736;
}
</style>
border-color css
<style>
span { border-color: #E51736; }
span { border-color: rgb(229,23,54); }
td.TdClassName
{
border-color: #E51736;
}
.TagClassName
{
border-color: #E51736;
}
</style>