Shades of Crimson #E20E3C
Tints of Crimson #E20E3C
RGB
CMYK
RGB Variations
Color information
#E20E3C (or 0xE20E3C) is known color: Crimson. HEX triplet: E2, 0E and 3C. RGB value is (226,14,60). Sum of RGB (Red+Green+Blue) = 226+14+60=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E3C is #1DF1C3. Grayscale: #525252. Windows color (decimal): -1962436 or 3935970. OLE color: 3935970.
HSL color Cylindrical-coordinate representation of color #E20E3C: hue angle of 346.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E3C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 60 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.11 |
| HSL | 346.98º | 0.88% | 0.47% | - |
| HSV(B) | 346.98º | 0.94% | 0.89% | - |
| XYZ | 32.34 | 16.81 | 5.82 | - |
| YUV | 82.63 | 115.24 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 60 | 0 | 0.94 | 0.73 | 0.11 | 346.98 | 0.88 | 0.47 |
| Hex | E2 | E | 3C | 0 | 5E | 49 | B | 15B | 58 | 2F |
| Octal | 342 | 16 | 74 | 0 | 136 | 111 | 13 | 533 | 130 | 57 |
| Binary | 11100010 | 1110 | 111100 | 0 | 1011110 | 1001001 | 1011 | 101011011 | 1011000 | 101111 |
Color Harmonies of #E20E3C
Complementary color
Monochromatic Colors of #E20E3C
Black with #E20E3C
Text Example
Text Example
White with #E20E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E3C; }
p { color: rgb(226,14,60); }
H1.HeaderClassName
{
color: #E20E3C;
}
.AnyTagClassName
{
color: #E20E3C;
}
</style>
background-color css
<style>
a { background-color: #E20E3C; }
a { background-color: rgb(226,14,60); }
div.DivClassName
{
background-color: #E20E3C;
}
.BgClassName
{
background-color: #E20E3C;
}
</style>
border-color css
<style>
span { border-color: #E20E3C; }
span { border-color: rgb(226,14,60); }
td.TdClassName
{
border-color: #E20E3C;
}
.TagClassName
{
border-color: #E20E3C;
}
</style>