Shades of Crimson #D5174E
Tints of Crimson #D5174E
RGB
CMYK
RGB Variations
Color information
#D5174E (or 0xD5174E) is known color: Crimson. HEX triplet: D5, 17 and 4E. RGB value is (213,23,78). Sum of RGB (Red+Green+Blue) = 213+23+78=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5174E is #2AE8B1. Grayscale: #565656. Windows color (decimal): -2812082 or 5117909. OLE color: 5117909.
HSL color Cylindrical-coordinate representation of color #D5174E: hue angle of 342.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5174E is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 78 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.16 |
| HSL | 342.63º | 0.81% | 0.46% | - |
| HSV(B) | 342.63º | 0.89% | 0.84% | - |
| XYZ | 29.12 | 15.31 | 8.63 | - |
| YUV | 86.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 78 | 0 | 0.89 | 0.63 | 0.16 | 342.63 | 0.81 | 0.46 |
| Hex | D5 | 17 | 4E | 0 | 59 | 3F | 10 | 157 | 51 | 2E |
| Octal | 325 | 27 | 116 | 0 | 131 | 77 | 20 | 527 | 121 | 56 |
| Binary | 11010101 | 10111 | 1001110 | 0 | 1011001 | 111111 | 10000 | 101010111 | 1010001 | 101110 |
Color Harmonies of #D5174E
Complementary color
Monochromatic Colors of #D5174E
Black with #D5174E
Text Example
Text Example
White with #D5174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5174E; }
p { color: rgb(213,23,78); }
H1.HeaderClassName
{
color: #D5174E;
}
.AnyTagClassName
{
color: #D5174E;
}
</style>
background-color css
<style>
a { background-color: #D5174E; }
a { background-color: rgb(213,23,78); }
div.DivClassName
{
background-color: #D5174E;
}
.BgClassName
{
background-color: #D5174E;
}
</style>
border-color css
<style>
span { border-color: #D5174E; }
span { border-color: rgb(213,23,78); }
td.TdClassName
{
border-color: #D5174E;
}
.TagClassName
{
border-color: #D5174E;
}
</style>