Shades of Crimson #E50142
Tints of Crimson #E50142
RGB
CMYK
RGB Variations
Color information
#E50142 (or 0xE50142) is known color: Crimson. HEX triplet: E5, 01 and 42. RGB value is (229,1,66). Sum of RGB (Red+Green+Blue) = 229+1+66=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E50142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50142 is #1AFEBD. Grayscale: #4C4C4C. Windows color (decimal): -1769150 or 4325861. OLE color: 4325861.
HSL color Cylindrical-coordinate representation of color #E50142: hue angle of 342.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50142 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 66 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.10 |
| HSL | 342.89º | 0.99% | 0.45% | - |
| HSV(B) | 342.89º | 1% | 0.9% | - |
| XYZ | 33.31 | 17.07 | 6.69 | - |
| YUV | 76.58 | 122.04 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 66 | 0 | 1.00 | 0.71 | 0.10 | 342.89 | 0.99 | 0.45 |
| Hex | E5 | 1 | 42 | 0 | 64 | 47 | A | 157 | 63 | 2D |
| Octal | 345 | 1 | 102 | 0 | 144 | 107 | 12 | 527 | 143 | 55 |
| Binary | 11100101 | 1 | 1000010 | 0 | 1100100 | 1000111 | 1010 | 101010111 | 1100011 | 101101 |
Color Harmonies of #E50142
Complementary color
Monochromatic Colors of #E50142
Black with #E50142
Text Example
Text Example
White with #E50142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50142; }
p { color: rgb(229,1,66); }
H1.HeaderClassName
{
color: #E50142;
}
.AnyTagClassName
{
color: #E50142;
}
</style>
background-color css
<style>
a { background-color: #E50142; }
a { background-color: rgb(229,1,66); }
div.DivClassName
{
background-color: #E50142;
}
.BgClassName
{
background-color: #E50142;
}
</style>
border-color css
<style>
span { border-color: #E50142; }
span { border-color: rgb(229,1,66); }
td.TdClassName
{
border-color: #E50142;
}
.TagClassName
{
border-color: #E50142;
}
</style>