Shades of Crimson #E51938
Tints of Crimson #E51938
RGB
CMYK
RGB Variations
Color information
#E51938 (or 0xE51938) is known color: Crimson. HEX triplet: E5, 19 and 38. RGB value is (229,25,56). Sum of RGB (Red+Green+Blue) = 229+25+56=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E51938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51938 is #1AE6C7. Grayscale: #595959. Windows color (decimal): -1763016 or 3676645. OLE color: 3676645.
HSL color Cylindrical-coordinate representation of color #E51938: hue angle of 350.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51938 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 56 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.10 |
| HSL | 350.88º | 0.8% | 0.5% | - |
| HSV(B) | 350.88º | 0.89% | 0.9% | - |
| XYZ | 33.37 | 17.64 | 5.39 | - |
| YUV | 89.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 56 | 0 | 0.89 | 0.76 | 0.10 | 350.88 | 0.8 | 0.5 |
| Hex | E5 | 19 | 38 | 0 | 59 | 4C | A | 15F | 50 | 32 |
| Octal | 345 | 31 | 70 | 0 | 131 | 114 | 12 | 537 | 120 | 62 |
| Binary | 11100101 | 11001 | 111000 | 0 | 1011001 | 1001100 | 1010 | 101011111 | 1010000 | 110010 |
Color Harmonies of #E51938
Complementary color
Monochromatic Colors of #E51938
Black with #E51938
Text Example
Text Example
White with #E51938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51938; }
p { color: rgb(229,25,56); }
H1.HeaderClassName
{
color: #E51938;
}
.AnyTagClassName
{
color: #E51938;
}
</style>
background-color css
<style>
a { background-color: #E51938; }
a { background-color: rgb(229,25,56); }
div.DivClassName
{
background-color: #E51938;
}
.BgClassName
{
background-color: #E51938;
}
</style>
border-color css
<style>
span { border-color: #E51938; }
span { border-color: rgb(229,25,56); }
td.TdClassName
{
border-color: #E51938;
}
.TagClassName
{
border-color: #E51938;
}
</style>