Shades of Crimson #D71137
Tints of Crimson #D71137
RGB
CMYK
RGB Variations
Color information
#D71137 (or 0xD71137) is known color: Crimson. HEX triplet: D7, 11 and 37. RGB value is (215,17,55). Sum of RGB (Red+Green+Blue) = 215+17+55=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D71137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71137 is #28EEC8. Grayscale: #505050. Windows color (decimal): -2682569 or 3609047. OLE color: 3609047.
HSL color Cylindrical-coordinate representation of color #D71137: hue angle of 348.48º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71137 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 55 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.16 |
| HSL | 348.48º | 0.85% | 0.45% | - |
| HSV(B) | 348.48º | 0.92% | 0.84% | - |
| XYZ | 28.91 | 15.12 | 5.01 | - |
| YUV | 80.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 55 | 0 | 0.92 | 0.74 | 0.16 | 348.48 | 0.85 | 0.45 |
| Hex | D7 | 11 | 37 | 0 | 5C | 4A | 10 | 15C | 55 | 2D |
| Octal | 327 | 21 | 67 | 0 | 134 | 112 | 20 | 534 | 125 | 55 |
| Binary | 11010111 | 10001 | 110111 | 0 | 1011100 | 1001010 | 10000 | 101011100 | 1010101 | 101101 |
Color Harmonies of #D71137
Complementary color
Monochromatic Colors of #D71137
Black with #D71137
Text Example
Text Example
White with #D71137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71137; }
p { color: rgb(215,17,55); }
H1.HeaderClassName
{
color: #D71137;
}
.AnyTagClassName
{
color: #D71137;
}
</style>
background-color css
<style>
a { background-color: #D71137; }
a { background-color: rgb(215,17,55); }
div.DivClassName
{
background-color: #D71137;
}
.BgClassName
{
background-color: #D71137;
}
</style>
border-color css
<style>
span { border-color: #D71137; }
span { border-color: rgb(215,17,55); }
td.TdClassName
{
border-color: #D71137;
}
.TagClassName
{
border-color: #D71137;
}
</style>