Shades of Crimson #E0173E
Tints of Crimson #E0173E
RGB
CMYK
RGB Variations
Color information
#E0173E (or 0xE0173E) is known color: Crimson. HEX triplet: E0, 17 and 3E. RGB value is (224,23,62). Sum of RGB (Red+Green+Blue) = 224+23+62=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0173E is #1FE8C1. Grayscale: #575757. Windows color (decimal): -2091202 or 4069344. OLE color: 4069344.
HSL color Cylindrical-coordinate representation of color #E0173E: hue angle of 348.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0173E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 62 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.12 |
| HSL | 348.36º | 0.81% | 0.48% | - |
| HSV(B) | 348.36º | 0.9% | 0.88% | - |
| XYZ | 31.92 | 16.81 | 6.12 | - |
| YUV | 87.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 62 | 0 | 0.90 | 0.72 | 0.12 | 348.36 | 0.81 | 0.48 |
| Hex | E0 | 17 | 3E | 0 | 5A | 48 | C | 15C | 51 | 30 |
| Octal | 340 | 27 | 76 | 0 | 132 | 110 | 14 | 534 | 121 | 60 |
| Binary | 11100000 | 10111 | 111110 | 0 | 1011010 | 1001000 | 1100 | 101011100 | 1010001 | 110000 |
Color Harmonies of #E0173E
Complementary color
Monochromatic Colors of #E0173E
Black with #E0173E
Text Example
Text Example
White with #E0173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0173E; }
p { color: rgb(224,23,62); }
H1.HeaderClassName
{
color: #E0173E;
}
.AnyTagClassName
{
color: #E0173E;
}
</style>
background-color css
<style>
a { background-color: #E0173E; }
a { background-color: rgb(224,23,62); }
div.DivClassName
{
background-color: #E0173E;
}
.BgClassName
{
background-color: #E0173E;
}
</style>
border-color css
<style>
span { border-color: #E0173E; }
span { border-color: rgb(224,23,62); }
td.TdClassName
{
border-color: #E0173E;
}
.TagClassName
{
border-color: #E0173E;
}
</style>