Shades of Crimson #E7173A
Tints of Crimson #E7173A
RGB
CMYK
RGB Variations
Color information
#E7173A (or 0xE7173A) is known color: Crimson. HEX triplet: E7, 17 and 3A. RGB value is (231,23,58). Sum of RGB (Red+Green+Blue) = 231+23+58=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E7173A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7173A is #18E8C5. Grayscale: #595959. Windows color (decimal): -1632454 or 3807207. OLE color: 3807207.
HSL color Cylindrical-coordinate representation of color #E7173A: hue angle of 349.9º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7173A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 58 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.09 |
| HSL | 349.9º | 0.82% | 0.5% | - |
| HSV(B) | 349.9º | 0.9% | 0.91% | - |
| XYZ | 34.03 | 17.91 | 5.67 | - |
| YUV | 89.18 | 110.41 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 58 | 0 | 0.90 | 0.75 | 0.09 | 349.9 | 0.82 | 0.5 |
| Hex | E7 | 17 | 3A | 0 | 5A | 4B | 9 | 15E | 52 | 32 |
| Octal | 347 | 27 | 72 | 0 | 132 | 113 | 11 | 536 | 122 | 62 |
| Binary | 11100111 | 10111 | 111010 | 0 | 1011010 | 1001011 | 1001 | 101011110 | 1010010 | 110010 |
Color Harmonies of #E7173A
Complementary color
Monochromatic Colors of #E7173A
Black with #E7173A
Text Example
Text Example
White with #E7173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7173A; }
p { color: rgb(231,23,58); }
H1.HeaderClassName
{
color: #E7173A;
}
.AnyTagClassName
{
color: #E7173A;
}
</style>
background-color css
<style>
a { background-color: #E7173A; }
a { background-color: rgb(231,23,58); }
div.DivClassName
{
background-color: #E7173A;
}
.BgClassName
{
background-color: #E7173A;
}
</style>
border-color css
<style>
span { border-color: #E7173A; }
span { border-color: rgb(231,23,58); }
td.TdClassName
{
border-color: #E7173A;
}
.TagClassName
{
border-color: #E7173A;
}
</style>