Shades of Crimson #E20447
Tints of Crimson #E20447
RGB
CMYK
RGB Variations
Color information
#E20447 (or 0xE20447) is known color: Crimson. HEX triplet: E2, 04 and 47. RGB value is (226,4,71). Sum of RGB (Red+Green+Blue) = 226+4+71=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E20447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20447 is #1DFBB8. Grayscale: #4D4D4D. Windows color (decimal): -1964985 or 4654306. OLE color: 4654306.
HSL color Cylindrical-coordinate representation of color #E20447: hue angle of 341.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20447 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.11 |
| HSL | 341.89º | 0.97% | 0.45% | - |
| HSV(B) | 341.89º | 0.98% | 0.89% | - |
| XYZ | 32.54 | 16.71 | 7.47 | - |
| YUV | 78.02 | 124.05 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 71 | 0 | 0.98 | 0.69 | 0.11 | 341.89 | 0.97 | 0.45 |
| Hex | E2 | 4 | 47 | 0 | 62 | 45 | B | 156 | 61 | 2D |
| Octal | 342 | 4 | 107 | 0 | 142 | 105 | 13 | 526 | 141 | 55 |
| Binary | 11100010 | 100 | 1000111 | 0 | 1100010 | 1000101 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E20447
Complementary color
Monochromatic Colors of #E20447
Black with #E20447
Text Example
Text Example
White with #E20447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20447; }
p { color: rgb(226,4,71); }
H1.HeaderClassName
{
color: #E20447;
}
.AnyTagClassName
{
color: #E20447;
}
</style>
background-color css
<style>
a { background-color: #E20447; }
a { background-color: rgb(226,4,71); }
div.DivClassName
{
background-color: #E20447;
}
.BgClassName
{
background-color: #E20447;
}
</style>
border-color css
<style>
span { border-color: #E20447; }
span { border-color: rgb(226,4,71); }
td.TdClassName
{
border-color: #E20447;
}
.TagClassName
{
border-color: #E20447;
}
</style>