Shades of Crimson #E7173D
Tints of Crimson #E7173D
RGB
CMYK
RGB Variations
Color information
#E7173D (or 0xE7173D) is known color: Crimson. HEX triplet: E7, 17 and 3D. RGB value is (231,23,61). Sum of RGB (Red+Green+Blue) = 231+23+61=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7173D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7173D is #18E8C2. Grayscale: #595959. Windows color (decimal): -1632451 or 4003815. OLE color: 4003815.
HSL color Cylindrical-coordinate representation of color #E7173D: hue angle of 349.04º 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 #E7173D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.09 |
| HSL | 349.04º | 0.82% | 0.5% | - |
| HSV(B) | 349.04º | 0.9% | 0.91% | - |
| XYZ | 34.1 | 17.94 | 6.08 | - |
| YUV | 89.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 61 | 0 | 0.90 | 0.74 | 0.09 | 349.04 | 0.82 | 0.5 |
| Hex | E7 | 17 | 3D | 0 | 5A | 4A | 9 | 15D | 52 | 32 |
| Octal | 347 | 27 | 75 | 0 | 132 | 112 | 11 | 535 | 122 | 62 |
| Binary | 11100111 | 10111 | 111101 | 0 | 1011010 | 1001010 | 1001 | 101011101 | 1010010 | 110010 |
Color Harmonies of #E7173D
Complementary color
Monochromatic Colors of #E7173D
Black with #E7173D
Text Example
Text Example
White with #E7173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7173D; }
p { color: rgb(231,23,61); }
H1.HeaderClassName
{
color: #E7173D;
}
.AnyTagClassName
{
color: #E7173D;
}
</style>
background-color css
<style>
a { background-color: #E7173D; }
a { background-color: rgb(231,23,61); }
div.DivClassName
{
background-color: #E7173D;
}
.BgClassName
{
background-color: #E7173D;
}
</style>
border-color css
<style>
span { border-color: #E7173D; }
span { border-color: rgb(231,23,61); }
td.TdClassName
{
border-color: #E7173D;
}
.TagClassName
{
border-color: #E7173D;
}
</style>