Shades of Crimson #E20C4A
Tints of Crimson #E20C4A
RGB
CMYK
RGB Variations
Color information
#E20C4A (or 0xE20C4A) is known color: Crimson. HEX triplet: E2, 0C and 4A. RGB value is (226,12,74). Sum of RGB (Red+Green+Blue) = 226+12+74=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20C4A is #1DF3B5. Grayscale: #535353. Windows color (decimal): -1962934 or 4852962. OLE color: 4852962.
HSL color Cylindrical-coordinate representation of color #E20C4A: hue angle of 342.62º 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 #E20C4A is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 74 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.11 |
| HSL | 342.62º | 0.9% | 0.47% | - |
| HSV(B) | 342.62º | 0.95% | 0.89% | - |
| XYZ | 32.73 | 16.93 | 8.02 | - |
| YUV | 83.05 | 122.9 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 74 | 0 | 0.95 | 0.67 | 0.11 | 342.62 | 0.9 | 0.47 |
| Hex | E2 | C | 4A | 0 | 5F | 43 | B | 157 | 5A | 2F |
| Octal | 342 | 14 | 112 | 0 | 137 | 103 | 13 | 527 | 132 | 57 |
| Binary | 11100010 | 1100 | 1001010 | 0 | 1011111 | 1000011 | 1011 | 101010111 | 1011010 | 101111 |
Color Harmonies of #E20C4A
Complementary color
Monochromatic Colors of #E20C4A
Black with #E20C4A
Text Example
Text Example
White with #E20C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C4A; }
p { color: rgb(226,12,74); }
H1.HeaderClassName
{
color: #E20C4A;
}
.AnyTagClassName
{
color: #E20C4A;
}
</style>
background-color css
<style>
a { background-color: #E20C4A; }
a { background-color: rgb(226,12,74); }
div.DivClassName
{
background-color: #E20C4A;
}
.BgClassName
{
background-color: #E20C4A;
}
</style>
border-color css
<style>
span { border-color: #E20C4A; }
span { border-color: rgb(226,12,74); }
td.TdClassName
{
border-color: #E20C4A;
}
.TagClassName
{
border-color: #E20C4A;
}
</style>