Shades of Crimson #E2142E
Tints of Crimson #E2142E
RGB
CMYK
RGB Variations
Color information
#E2142E (or 0xE2142E) is known color: Crimson. HEX triplet: E2, 14 and 2E. RGB value is (226,20,46). Sum of RGB (Red+Green+Blue) = 226+20+46=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2142E is #1DEBD1. Grayscale: #545454. Windows color (decimal): -1960914 or 3020002. OLE color: 3020002.
HSL color Cylindrical-coordinate representation of color #E2142E: hue angle of 352.43º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2142E is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 46 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.11 |
| HSL | 352.43º | 0.84% | 0.48% | - |
| HSV(B) | 352.43º | 0.91% | 0.89% | - |
| XYZ | 32.11 | 16.87 | 4.15 | - |
| YUV | 84.56 | 106.25 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 46 | 0 | 0.91 | 0.80 | 0.11 | 352.43 | 0.84 | 0.48 |
| Hex | E2 | 14 | 2E | 0 | 5B | 50 | B | 160 | 54 | 30 |
| Octal | 342 | 24 | 56 | 0 | 133 | 120 | 13 | 540 | 124 | 60 |
| Binary | 11100010 | 10100 | 101110 | 0 | 1011011 | 1010000 | 1011 | 101100000 | 1010100 | 110000 |
Color Harmonies of #E2142E
Complementary color
Monochromatic Colors of #E2142E
Black with #E2142E
Text Example
Text Example
White with #E2142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2142E; }
p { color: rgb(226,20,46); }
H1.HeaderClassName
{
color: #E2142E;
}
.AnyTagClassName
{
color: #E2142E;
}
</style>
background-color css
<style>
a { background-color: #E2142E; }
a { background-color: rgb(226,20,46); }
div.DivClassName
{
background-color: #E2142E;
}
.BgClassName
{
background-color: #E2142E;
}
</style>
border-color css
<style>
span { border-color: #E2142E; }
span { border-color: rgb(226,20,46); }
td.TdClassName
{
border-color: #E2142E;
}
.TagClassName
{
border-color: #E2142E;
}
</style>