Shades of Crimson #E20C44
Tints of Crimson #E20C44
RGB
CMYK
RGB Variations
Color information
#E20C44 (or 0xE20C44) is known color: Crimson. HEX triplet: E2, 0C and 44. RGB value is (226,12,68). Sum of RGB (Red+Green+Blue) = 226+12+68=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20C44 is #1DF3BB. Grayscale: #525252. Windows color (decimal): -1962940 or 4459746. OLE color: 4459746.
HSL color Cylindrical-coordinate representation of color #E20C44: hue angle of 344.3º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20C44 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.11 |
| HSL | 344.3º | 0.9% | 0.47% | - |
| HSV(B) | 344.3º | 0.95% | 0.89% | - |
| XYZ | 32.54 | 16.85 | 7.01 | - |
| YUV | 82.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 68 | 0 | 0.95 | 0.70 | 0.11 | 344.3 | 0.9 | 0.47 |
| Hex | E2 | C | 44 | 0 | 5F | 46 | B | 158 | 5A | 2F |
| Octal | 342 | 14 | 104 | 0 | 137 | 106 | 13 | 530 | 132 | 57 |
| Binary | 11100010 | 1100 | 1000100 | 0 | 1011111 | 1000110 | 1011 | 101011000 | 1011010 | 101111 |
Color Harmonies of #E20C44
Complementary color
Monochromatic Colors of #E20C44
Black with #E20C44
Text Example
Text Example
White with #E20C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C44; }
p { color: rgb(226,12,68); }
H1.HeaderClassName
{
color: #E20C44;
}
.AnyTagClassName
{
color: #E20C44;
}
</style>
background-color css
<style>
a { background-color: #E20C44; }
a { background-color: rgb(226,12,68); }
div.DivClassName
{
background-color: #E20C44;
}
.BgClassName
{
background-color: #E20C44;
}
</style>
border-color css
<style>
span { border-color: #E20C44; }
span { border-color: rgb(226,12,68); }
td.TdClassName
{
border-color: #E20C44;
}
.TagClassName
{
border-color: #E20C44;
}
</style>