Shades of Crimson #D7174A
Tints of Crimson #D7174A
RGB
CMYK
RGB Variations
Color information
#D7174A (or 0xD7174A) is known color: Crimson. HEX triplet: D7, 17 and 4A. RGB value is (215,23,74). Sum of RGB (Red+Green+Blue) = 215+23+74=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7174A is #28E8B5. Grayscale: #565656. Windows color (decimal): -2681014 or 4855767. OLE color: 4855767.
HSL color Cylindrical-coordinate representation of color #D7174A: hue angle of 344.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7174A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 74 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.16 |
| HSL | 344.06º | 0.81% | 0.47% | - |
| HSV(B) | 344.06º | 0.89% | 0.84% | - |
| XYZ | 29.57 | 15.55 | 7.92 | - |
| YUV | 86.22 | 121.11 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 74 | 0 | 0.89 | 0.66 | 0.16 | 344.06 | 0.81 | 0.47 |
| Hex | D7 | 17 | 4A | 0 | 59 | 42 | 10 | 158 | 51 | 2F |
| Octal | 327 | 27 | 112 | 0 | 131 | 102 | 20 | 530 | 121 | 57 |
| Binary | 11010111 | 10111 | 1001010 | 0 | 1011001 | 1000010 | 10000 | 101011000 | 1010001 | 101111 |
Color Harmonies of #D7174A
Complementary color
Monochromatic Colors of #D7174A
Black with #D7174A
Text Example
Text Example
White with #D7174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7174A; }
p { color: rgb(215,23,74); }
H1.HeaderClassName
{
color: #D7174A;
}
.AnyTagClassName
{
color: #D7174A;
}
</style>
background-color css
<style>
a { background-color: #D7174A; }
a { background-color: rgb(215,23,74); }
div.DivClassName
{
background-color: #D7174A;
}
.BgClassName
{
background-color: #D7174A;
}
</style>
border-color css
<style>
span { border-color: #D7174A; }
span { border-color: rgb(215,23,74); }
td.TdClassName
{
border-color: #D7174A;
}
.TagClassName
{
border-color: #D7174A;
}
</style>