Shades of Crimson #E20143
Tints of Crimson #E20143
RGB
CMYK
RGB Variations
Color information
#E20143 (or 0xE20143) is known color: Crimson. HEX triplet: E2, 01 and 43. RGB value is (226,1,67). Sum of RGB (Red+Green+Blue) = 226+1+67=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E20143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20143 is #1DFEBC. Grayscale: #4B4B4B. Windows color (decimal): -1965757 or 4391394. OLE color: 4391394.
HSL color Cylindrical-coordinate representation of color #E20143: hue angle of 342.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20143 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.11 |
| HSL | 342.4º | 0.99% | 0.45% | - |
| HSV(B) | 342.4º | 1% | 0.89% | - |
| XYZ | 32.39 | 16.6 | 6.81 | - |
| YUV | 75.8 | 123.04 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 67 | 0 | 1.00 | 0.70 | 0.11 | 342.4 | 0.99 | 0.45 |
| Hex | E2 | 1 | 43 | 0 | 64 | 46 | B | 156 | 63 | 2D |
| Octal | 342 | 1 | 103 | 0 | 144 | 106 | 13 | 526 | 143 | 55 |
| Binary | 11100010 | 1 | 1000011 | 0 | 1100100 | 1000110 | 1011 | 101010110 | 1100011 | 101101 |
Color Harmonies of #E20143
Complementary color
Monochromatic Colors of #E20143
Black with #E20143
Text Example
Text Example
White with #E20143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20143; }
p { color: rgb(226,1,67); }
H1.HeaderClassName
{
color: #E20143;
}
.AnyTagClassName
{
color: #E20143;
}
</style>
background-color css
<style>
a { background-color: #E20143; }
a { background-color: rgb(226,1,67); }
div.DivClassName
{
background-color: #E20143;
}
.BgClassName
{
background-color: #E20143;
}
</style>
border-color css
<style>
span { border-color: #E20143; }
span { border-color: rgb(226,1,67); }
td.TdClassName
{
border-color: #E20143;
}
.TagClassName
{
border-color: #E20143;
}
</style>