Shades of Crimson #E20C2A
Tints of Crimson #E20C2A
RGB
CMYK
RGB Variations
Color information
#E20C2A (or 0xE20C2A) is known color: Crimson. HEX triplet: E2, 0C and 2A. RGB value is (226,12,42). Sum of RGB (Red+Green+Blue) = 226+12+42=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20C2A is #1DF3D5. Grayscale: #4F4F4F. Windows color (decimal): -1962966 or 2755810. OLE color: 2755810.
HSL color Cylindrical-coordinate representation of color #E20C2A: hue angle of 351.59º 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 #E20C2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.11 |
| HSL | 351.59º | 0.9% | 0.47% | - |
| HSV(B) | 351.59º | 0.95% | 0.89% | - |
| XYZ | 31.91 | 16.6 | 3.71 | - |
| YUV | 79.41 | 106.9 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 42 | 0 | 0.95 | 0.81 | 0.11 | 351.59 | 0.9 | 0.47 |
| Hex | E2 | C | 2A | 0 | 5F | 51 | B | 160 | 5A | 2F |
| Octal | 342 | 14 | 52 | 0 | 137 | 121 | 13 | 540 | 132 | 57 |
| Binary | 11100010 | 1100 | 101010 | 0 | 1011111 | 1010001 | 1011 | 101100000 | 1011010 | 101111 |
Color Harmonies of #E20C2A
Complementary color
Monochromatic Colors of #E20C2A
Black with #E20C2A
Text Example
Text Example
White with #E20C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C2A; }
p { color: rgb(226,12,42); }
H1.HeaderClassName
{
color: #E20C2A;
}
.AnyTagClassName
{
color: #E20C2A;
}
</style>
background-color css
<style>
a { background-color: #E20C2A; }
a { background-color: rgb(226,12,42); }
div.DivClassName
{
background-color: #E20C2A;
}
.BgClassName
{
background-color: #E20C2A;
}
</style>
border-color css
<style>
span { border-color: #E20C2A; }
span { border-color: rgb(226,12,42); }
td.TdClassName
{
border-color: #E20C2A;
}
.TagClassName
{
border-color: #E20C2A;
}
</style>