Shades of Crimson #E50F35
Tints of Crimson #E50F35
RGB
CMYK
RGB Variations
Color information
#E50F35 (or 0xE50F35) is known color: Crimson. HEX triplet: E5, 0F and 35. RGB value is (229,15,53). Sum of RGB (Red+Green+Blue) = 229+15+53=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F35 is #1AF0CA. Grayscale: #535353. Windows color (decimal): -1765579 or 3477477. OLE color: 3477477.
HSL color Cylindrical-coordinate representation of color #E50F35: hue angle of 349.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F35 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 53 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.10 |
| HSL | 349.35º | 0.88% | 0.48% | - |
| HSV(B) | 349.35º | 0.93% | 0.9% | - |
| XYZ | 33.13 | 17.26 | 4.95 | - |
| YUV | 83.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 53 | 0 | 0.93 | 0.77 | 0.10 | 349.35 | 0.88 | 0.48 |
| Hex | E5 | F | 35 | 0 | 5D | 4D | A | 15D | 58 | 30 |
| Octal | 345 | 17 | 65 | 0 | 135 | 115 | 12 | 535 | 130 | 60 |
| Binary | 11100101 | 1111 | 110101 | 0 | 1011101 | 1001101 | 1010 | 101011101 | 1011000 | 110000 |
Color Harmonies of #E50F35
Complementary color
Monochromatic Colors of #E50F35
Black with #E50F35
Text Example
Text Example
White with #E50F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F35; }
p { color: rgb(229,15,53); }
H1.HeaderClassName
{
color: #E50F35;
}
.AnyTagClassName
{
color: #E50F35;
}
</style>
background-color css
<style>
a { background-color: #E50F35; }
a { background-color: rgb(229,15,53); }
div.DivClassName
{
background-color: #E50F35;
}
.BgClassName
{
background-color: #E50F35;
}
</style>
border-color css
<style>
span { border-color: #E50F35; }
span { border-color: rgb(229,15,53); }
td.TdClassName
{
border-color: #E50F35;
}
.TagClassName
{
border-color: #E50F35;
}
</style>