Shades of Crimson #E21944
Tints of Crimson #E21944
RGB
CMYK
RGB Variations
Color information
#E21944 (or 0xE21944) is known color: Crimson. HEX triplet: E2, 19 and 44. RGB value is (226,25,68). Sum of RGB (Red+Green+Blue) = 226+25+68=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E21944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21944 is #1DE6BB. Grayscale: #5A5A5A. Windows color (decimal): -1959612 or 4463074. OLE color: 4463074.
HSL color Cylindrical-coordinate representation of color #E21944: hue angle of 347.16º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21944 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 68 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.11 |
| HSL | 347.16º | 0.8% | 0.49% | - |
| HSV(B) | 347.16º | 0.89% | 0.89% | - |
| XYZ | 32.76 | 17.28 | 7.08 | - |
| YUV | 90 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 68 | 0 | 0.89 | 0.70 | 0.11 | 347.16 | 0.8 | 0.49 |
| Hex | E2 | 19 | 44 | 0 | 59 | 46 | B | 15B | 50 | 31 |
| Octal | 342 | 31 | 104 | 0 | 131 | 106 | 13 | 533 | 120 | 61 |
| Binary | 11100010 | 11001 | 1000100 | 0 | 1011001 | 1000110 | 1011 | 101011011 | 1010000 | 110001 |
Color Harmonies of #E21944
Complementary color
Monochromatic Colors of #E21944
Black with #E21944
Text Example
Text Example
White with #E21944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21944; }
p { color: rgb(226,25,68); }
H1.HeaderClassName
{
color: #E21944;
}
.AnyTagClassName
{
color: #E21944;
}
</style>
background-color css
<style>
a { background-color: #E21944; }
a { background-color: rgb(226,25,68); }
div.DivClassName
{
background-color: #E21944;
}
.BgClassName
{
background-color: #E21944;
}
</style>
border-color css
<style>
span { border-color: #E21944; }
span { border-color: rgb(226,25,68); }
td.TdClassName
{
border-color: #E21944;
}
.TagClassName
{
border-color: #E21944;
}
</style>