Shades of Crimson #E2173A
Tints of Crimson #E2173A
RGB
CMYK
RGB Variations
Color information
#E2173A (or 0xE2173A) is known color: Crimson. HEX triplet: E2, 17 and 3A. RGB value is (226,23,58). Sum of RGB (Red+Green+Blue) = 226+23+58=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2173A is #1DE8C5. Grayscale: #575757. Windows color (decimal): -1960134 or 3807202. OLE color: 3807202.
HSL color Cylindrical-coordinate representation of color #E2173A: hue angle of 349.66º 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 #E2173A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 58 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.11 |
| HSL | 349.66º | 0.82% | 0.49% | - |
| HSV(B) | 349.66º | 0.9% | 0.89% | - |
| XYZ | 32.43 | 17.09 | 5.59 | - |
| YUV | 87.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 58 | 0 | 0.90 | 0.74 | 0.11 | 349.66 | 0.82 | 0.49 |
| Hex | E2 | 17 | 3A | 0 | 5A | 4A | B | 15E | 52 | 31 |
| Octal | 342 | 27 | 72 | 0 | 132 | 112 | 13 | 536 | 122 | 61 |
| Binary | 11100010 | 10111 | 111010 | 0 | 1011010 | 1001010 | 1011 | 101011110 | 1010010 | 110001 |
Color Harmonies of #E2173A
Complementary color
Monochromatic Colors of #E2173A
Black with #E2173A
Text Example
Text Example
White with #E2173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2173A; }
p { color: rgb(226,23,58); }
H1.HeaderClassName
{
color: #E2173A;
}
.AnyTagClassName
{
color: #E2173A;
}
</style>
background-color css
<style>
a { background-color: #E2173A; }
a { background-color: rgb(226,23,58); }
div.DivClassName
{
background-color: #E2173A;
}
.BgClassName
{
background-color: #E2173A;
}
</style>
border-color css
<style>
span { border-color: #E2173A; }
span { border-color: rgb(226,23,58); }
td.TdClassName
{
border-color: #E2173A;
}
.TagClassName
{
border-color: #E2173A;
}
</style>