Shades of Crimson #E50143
Tints of Crimson #E50143
RGB
CMYK
RGB Variations
Color information
#E50143 (or 0xE50143) is known color: Crimson. HEX triplet: E5, 01 and 43. RGB value is (229,1,67). Sum of RGB (Red+Green+Blue) = 229+1+67=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E50143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50143 is #1AFEBC. Grayscale: #4C4C4C. Windows color (decimal): -1769149 or 4391397. OLE color: 4391397.
HSL color Cylindrical-coordinate representation of color #E50143: hue angle of 342.63º 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 #E50143 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.10 |
| HSL | 342.63º | 0.99% | 0.45% | - |
| HSV(B) | 342.63º | 1% | 0.9% | - |
| XYZ | 33.34 | 17.08 | 6.85 | - |
| YUV | 76.7 | 122.54 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 67 | 0 | 1.00 | 0.71 | 0.10 | 342.63 | 0.99 | 0.45 |
| Hex | E5 | 1 | 43 | 0 | 64 | 47 | A | 157 | 63 | 2D |
| Octal | 345 | 1 | 103 | 0 | 144 | 107 | 12 | 527 | 143 | 55 |
| Binary | 11100101 | 1 | 1000011 | 0 | 1100100 | 1000111 | 1010 | 101010111 | 1100011 | 101101 |
Color Harmonies of #E50143
Complementary color
Monochromatic Colors of #E50143
Black with #E50143
Text Example
Text Example
White with #E50143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50143; }
p { color: rgb(229,1,67); }
H1.HeaderClassName
{
color: #E50143;
}
.AnyTagClassName
{
color: #E50143;
}
</style>
background-color css
<style>
a { background-color: #E50143; }
a { background-color: rgb(229,1,67); }
div.DivClassName
{
background-color: #E50143;
}
.BgClassName
{
background-color: #E50143;
}
</style>
border-color css
<style>
span { border-color: #E50143; }
span { border-color: rgb(229,1,67); }
td.TdClassName
{
border-color: #E50143;
}
.TagClassName
{
border-color: #E50143;
}
</style>