Shades of Crimson #E50F2A
Tints of Crimson #E50F2A
RGB
CMYK
RGB Variations
Color information
#E50F2A (or 0xE50F2A) is known color: Crimson. HEX triplet: E5, 0F and 2A. RGB value is (229,15,42). Sum of RGB (Red+Green+Blue) = 229+15+42=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F2A is #1AF0D5. Grayscale: #525252. Windows color (decimal): -1765590 or 2756581. OLE color: 2756581.
HSL color Cylindrical-coordinate representation of color #E50F2A: hue angle of 352.43º 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 #E50F2A is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 42 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.10 |
| HSL | 352.43º | 0.88% | 0.48% | - |
| HSV(B) | 352.43º | 0.93% | 0.9% | - |
| XYZ | 32.9 | 17.17 | 3.77 | - |
| YUV | 82.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 42 | 0 | 0.93 | 0.82 | 0.10 | 352.43 | 0.88 | 0.48 |
| Hex | E5 | F | 2A | 0 | 5D | 52 | A | 160 | 58 | 30 |
| Octal | 345 | 17 | 52 | 0 | 135 | 122 | 12 | 540 | 130 | 60 |
| Binary | 11100101 | 1111 | 101010 | 0 | 1011101 | 1010010 | 1010 | 101100000 | 1011000 | 110000 |
Color Harmonies of #E50F2A
Complementary color
Monochromatic Colors of #E50F2A
Black with #E50F2A
Text Example
Text Example
White with #E50F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F2A; }
p { color: rgb(229,15,42); }
H1.HeaderClassName
{
color: #E50F2A;
}
.AnyTagClassName
{
color: #E50F2A;
}
</style>
background-color css
<style>
a { background-color: #E50F2A; }
a { background-color: rgb(229,15,42); }
div.DivClassName
{
background-color: #E50F2A;
}
.BgClassName
{
background-color: #E50F2A;
}
</style>
border-color css
<style>
span { border-color: #E50F2A; }
span { border-color: rgb(229,15,42); }
td.TdClassName
{
border-color: #E50F2A;
}
.TagClassName
{
border-color: #E50F2A;
}
</style>