Shades of Crimson #E21144
Tints of Crimson #E21144
RGB
CMYK
RGB Variations
Color information
#E21144 (or 0xE21144) is known color: Crimson. HEX triplet: E2, 11 and 44. RGB value is (226,17,68). Sum of RGB (Red+Green+Blue) = 226+17+68=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E21144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21144 is #1DEEBB. Grayscale: #555555. Windows color (decimal): -1961660 or 4461026. OLE color: 4461026.
HSL color Cylindrical-coordinate representation of color #E21144: hue angle of 345.36º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21144 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 68 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.11 |
| HSL | 345.36º | 0.86% | 0.48% | - |
| HSV(B) | 345.36º | 0.92% | 0.89% | - |
| XYZ | 32.61 | 16.99 | 7.03 | - |
| YUV | 85.31 | 118.24 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 68 | 0 | 0.92 | 0.70 | 0.11 | 345.36 | 0.86 | 0.48 |
| Hex | E2 | 11 | 44 | 0 | 5C | 46 | B | 159 | 56 | 30 |
| Octal | 342 | 21 | 104 | 0 | 134 | 106 | 13 | 531 | 126 | 60 |
| Binary | 11100010 | 10001 | 1000100 | 0 | 1011100 | 1000110 | 1011 | 101011001 | 1010110 | 110000 |
Color Harmonies of #E21144
Complementary color
Monochromatic Colors of #E21144
Black with #E21144
Text Example
Text Example
White with #E21144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21144; }
p { color: rgb(226,17,68); }
H1.HeaderClassName
{
color: #E21144;
}
.AnyTagClassName
{
color: #E21144;
}
</style>
background-color css
<style>
a { background-color: #E21144; }
a { background-color: rgb(226,17,68); }
div.DivClassName
{
background-color: #E21144;
}
.BgClassName
{
background-color: #E21144;
}
</style>
border-color css
<style>
span { border-color: #E21144; }
span { border-color: rgb(226,17,68); }
td.TdClassName
{
border-color: #E21144;
}
.TagClassName
{
border-color: #E21144;
}
</style>