Shades of Crimson #E2163E
Tints of Crimson #E2163E
RGB
CMYK
RGB Variations
Color information
#E2163E (or 0xE2163E) is known color: Crimson. HEX triplet: E2, 16 and 3E. RGB value is (226,22,62). Sum of RGB (Red+Green+Blue) = 226+22+62=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E2163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2163E is #1DE9C1. Grayscale: #575757. Windows color (decimal): -1960386 or 4069090. OLE color: 4069090.
HSL color Cylindrical-coordinate representation of color #E2163E: hue angle of 348.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2163E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 62 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.11 |
| HSL | 348.24º | 0.82% | 0.49% | - |
| HSV(B) | 348.24º | 0.9% | 0.89% | - |
| XYZ | 32.52 | 17.09 | 6.14 | - |
| YUV | 87.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 62 | 0 | 0.90 | 0.73 | 0.11 | 348.24 | 0.82 | 0.49 |
| Hex | E2 | 16 | 3E | 0 | 5A | 49 | B | 15C | 52 | 31 |
| Octal | 342 | 26 | 76 | 0 | 132 | 111 | 13 | 534 | 122 | 61 |
| Binary | 11100010 | 10110 | 111110 | 0 | 1011010 | 1001001 | 1011 | 101011100 | 1010010 | 110001 |
Color Harmonies of #E2163E
Complementary color
Monochromatic Colors of #E2163E
Black with #E2163E
Text Example
Text Example
White with #E2163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2163E; }
p { color: rgb(226,22,62); }
H1.HeaderClassName
{
color: #E2163E;
}
.AnyTagClassName
{
color: #E2163E;
}
</style>
background-color css
<style>
a { background-color: #E2163E; }
a { background-color: rgb(226,22,62); }
div.DivClassName
{
background-color: #E2163E;
}
.BgClassName
{
background-color: #E2163E;
}
</style>
border-color css
<style>
span { border-color: #E2163E; }
span { border-color: rgb(226,22,62); }
td.TdClassName
{
border-color: #E2163E;
}
.TagClassName
{
border-color: #E2163E;
}
</style>