Shades of Crimson #E20446
Tints of Crimson #E20446
RGB
CMYK
RGB Variations
Color information
#E20446 (or 0xE20446) is known color: Crimson. HEX triplet: E2, 04 and 46. RGB value is (226,4,70). Sum of RGB (Red+Green+Blue) = 226+4+70=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E20446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20446 is #1DFBB9. Grayscale: #4D4D4D. Windows color (decimal): -1964986 or 4588770. OLE color: 4588770.
HSL color Cylindrical-coordinate representation of color #E20446: hue angle of 342.16º 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 #E20446 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.11 |
| HSL | 342.16º | 0.97% | 0.45% | - |
| HSV(B) | 342.16º | 0.98% | 0.89% | - |
| XYZ | 32.51 | 16.7 | 7.3 | - |
| YUV | 77.9 | 123.55 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 70 | 0 | 0.98 | 0.69 | 0.11 | 342.16 | 0.97 | 0.45 |
| Hex | E2 | 4 | 46 | 0 | 62 | 45 | B | 156 | 61 | 2D |
| Octal | 342 | 4 | 106 | 0 | 142 | 105 | 13 | 526 | 141 | 55 |
| Binary | 11100010 | 100 | 1000110 | 0 | 1100010 | 1000101 | 1011 | 101010110 | 1100001 | 101101 |
Color Harmonies of #E20446
Complementary color
Monochromatic Colors of #E20446
Black with #E20446
Text Example
Text Example
White with #E20446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20446; }
p { color: rgb(226,4,70); }
H1.HeaderClassName
{
color: #E20446;
}
.AnyTagClassName
{
color: #E20446;
}
</style>
background-color css
<style>
a { background-color: #E20446; }
a { background-color: rgb(226,4,70); }
div.DivClassName
{
background-color: #E20446;
}
.BgClassName
{
background-color: #E20446;
}
</style>
border-color css
<style>
span { border-color: #E20446; }
span { border-color: rgb(226,4,70); }
td.TdClassName
{
border-color: #E20446;
}
.TagClassName
{
border-color: #E20446;
}
</style>