Shades of Crimson #E7174C
Tints of Crimson #E7174C
RGB
CMYK
RGB Variations
Color information
#E7174C (or 0xE7174C) is known color: Crimson. HEX triplet: E7, 17 and 4C. RGB value is (231,23,76). Sum of RGB (Red+Green+Blue) = 231+23+76=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7174C is #18E8B3. Grayscale: #5B5B5B. Windows color (decimal): -1632436 or 4986855. OLE color: 4986855.
HSL color Cylindrical-coordinate representation of color #E7174C: hue angle of 344.71º 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 #E7174C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 76 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.09 |
| HSL | 344.71º | 0.82% | 0.5% | - |
| HSV(B) | 344.71º | 0.9% | 0.91% | - |
| XYZ | 34.57 | 18.12 | 8.51 | - |
| YUV | 91.23 | 119.41 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 76 | 0 | 0.90 | 0.67 | 0.09 | 344.71 | 0.82 | 0.5 |
| Hex | E7 | 17 | 4C | 0 | 5A | 43 | 9 | 159 | 52 | 32 |
| Octal | 347 | 27 | 114 | 0 | 132 | 103 | 11 | 531 | 122 | 62 |
| Binary | 11100111 | 10111 | 1001100 | 0 | 1011010 | 1000011 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E7174C
Complementary color
Monochromatic Colors of #E7174C
Black with #E7174C
Text Example
Text Example
White with #E7174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7174C; }
p { color: rgb(231,23,76); }
H1.HeaderClassName
{
color: #E7174C;
}
.AnyTagClassName
{
color: #E7174C;
}
</style>
background-color css
<style>
a { background-color: #E7174C; }
a { background-color: rgb(231,23,76); }
div.DivClassName
{
background-color: #E7174C;
}
.BgClassName
{
background-color: #E7174C;
}
</style>
border-color css
<style>
span { border-color: #E7174C; }
span { border-color: rgb(231,23,76); }
td.TdClassName
{
border-color: #E7174C;
}
.TagClassName
{
border-color: #E7174C;
}
</style>