Shades of Crimson #E21040
Tints of Crimson #E21040
RGB
CMYK
RGB Variations
Color information
#E21040 (or 0xE21040) is known color: Crimson. HEX triplet: E2, 10 and 40. RGB value is (226,16,64). Sum of RGB (Red+Green+Blue) = 226+16+64=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E21040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21040 is #1DEFBF. Grayscale: #545454. Windows color (decimal): -1961920 or 4198626. OLE color: 4198626.
HSL color Cylindrical-coordinate representation of color #E21040: hue angle of 346.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21040 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 64 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.11 |
| HSL | 346.29º | 0.87% | 0.47% | - |
| HSV(B) | 346.29º | 0.93% | 0.89% | - |
| XYZ | 32.47 | 16.91 | 6.4 | - |
| YUV | 84.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 64 | 0 | 0.93 | 0.72 | 0.11 | 346.29 | 0.87 | 0.47 |
| Hex | E2 | 10 | 40 | 0 | 5D | 48 | B | 15A | 57 | 2F |
| Octal | 342 | 20 | 100 | 0 | 135 | 110 | 13 | 532 | 127 | 57 |
| Binary | 11100010 | 10000 | 1000000 | 0 | 1011101 | 1001000 | 1011 | 101011010 | 1010111 | 101111 |
Color Harmonies of #E21040
Complementary color
Monochromatic Colors of #E21040
Black with #E21040
Text Example
Text Example
White with #E21040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21040; }
p { color: rgb(226,16,64); }
H1.HeaderClassName
{
color: #E21040;
}
.AnyTagClassName
{
color: #E21040;
}
</style>
background-color css
<style>
a { background-color: #E21040; }
a { background-color: rgb(226,16,64); }
div.DivClassName
{
background-color: #E21040;
}
.BgClassName
{
background-color: #E21040;
}
</style>
border-color css
<style>
span { border-color: #E21040; }
span { border-color: rgb(226,16,64); }
td.TdClassName
{
border-color: #E21040;
}
.TagClassName
{
border-color: #E21040;
}
</style>