Shades of Crimson #E2163A
Tints of Crimson #E2163A
RGB
CMYK
RGB Variations
Color information
#E2163A (or 0xE2163A) is known color: Crimson. HEX triplet: E2, 16 and 3A. RGB value is (226,22,58). Sum of RGB (Red+Green+Blue) = 226+22+58=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2163A is #1DE9C5. Grayscale: #575757. Windows color (decimal): -1960390 or 3806946. OLE color: 3806946.
HSL color Cylindrical-coordinate representation of color #E2163A: hue angle of 349.41º 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 #E2163A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 58 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.11 |
| HSL | 349.41º | 0.82% | 0.49% | - |
| HSV(B) | 349.41º | 0.9% | 0.89% | - |
| XYZ | 32.41 | 17.05 | 5.59 | - |
| YUV | 87.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 58 | 0 | 0.90 | 0.74 | 0.11 | 349.41 | 0.82 | 0.49 |
| Hex | E2 | 16 | 3A | 0 | 5A | 4A | B | 15D | 52 | 31 |
| Octal | 342 | 26 | 72 | 0 | 132 | 112 | 13 | 535 | 122 | 61 |
| Binary | 11100010 | 10110 | 111010 | 0 | 1011010 | 1001010 | 1011 | 101011101 | 1010010 | 110001 |
Color Harmonies of #E2163A
Complementary color
Monochromatic Colors of #E2163A
Black with #E2163A
Text Example
Text Example
White with #E2163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2163A; }
p { color: rgb(226,22,58); }
H1.HeaderClassName
{
color: #E2163A;
}
.AnyTagClassName
{
color: #E2163A;
}
</style>
background-color css
<style>
a { background-color: #E2163A; }
a { background-color: rgb(226,22,58); }
div.DivClassName
{
background-color: #E2163A;
}
.BgClassName
{
background-color: #E2163A;
}
</style>
border-color css
<style>
span { border-color: #E2163A; }
span { border-color: rgb(226,22,58); }
td.TdClassName
{
border-color: #E2163A;
}
.TagClassName
{
border-color: #E2163A;
}
</style>