Shades of Crimson #E2173B
Tints of Crimson #E2173B
RGB
CMYK
RGB Variations
Color information
#E2173B (or 0xE2173B) is known color: Crimson. HEX triplet: E2, 17 and 3B. RGB value is (226,23,59). Sum of RGB (Red+Green+Blue) = 226+23+59=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2173B is #1DE8C4. Grayscale: #575757. Windows color (decimal): -1960133 or 3872738. OLE color: 3872738.
HSL color Cylindrical-coordinate representation of color #E2173B: hue angle of 349.36º 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 #E2173B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 59 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.11 |
| HSL | 349.36º | 0.82% | 0.49% | - |
| HSV(B) | 349.36º | 0.9% | 0.89% | - |
| XYZ | 32.46 | 17.1 | 5.73 | - |
| YUV | 87.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 59 | 0 | 0.90 | 0.74 | 0.11 | 349.36 | 0.82 | 0.49 |
| Hex | E2 | 17 | 3B | 0 | 5A | 4A | B | 15D | 52 | 31 |
| Octal | 342 | 27 | 73 | 0 | 132 | 112 | 13 | 535 | 122 | 61 |
| Binary | 11100010 | 10111 | 111011 | 0 | 1011010 | 1001010 | 1011 | 101011101 | 1010010 | 110001 |
Color Harmonies of #E2173B
Complementary color
Monochromatic Colors of #E2173B
Black with #E2173B
Text Example
Text Example
White with #E2173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2173B; }
p { color: rgb(226,23,59); }
H1.HeaderClassName
{
color: #E2173B;
}
.AnyTagClassName
{
color: #E2173B;
}
</style>
background-color css
<style>
a { background-color: #E2173B; }
a { background-color: rgb(226,23,59); }
div.DivClassName
{
background-color: #E2173B;
}
.BgClassName
{
background-color: #E2173B;
}
</style>
border-color css
<style>
span { border-color: #E2173B; }
span { border-color: rgb(226,23,59); }
td.TdClassName
{
border-color: #E2173B;
}
.TagClassName
{
border-color: #E2173B;
}
</style>