Shades of Crimson #D71937
Tints of Crimson #D71937
RGB
CMYK
RGB Variations
Color information
#D71937 (or 0xD71937) is known color: Crimson. HEX triplet: D7, 19 and 37. RGB value is (215,25,55). Sum of RGB (Red+Green+Blue) = 215+25+55=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D71937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71937 is #28E6C8. Grayscale: #555555. Windows color (decimal): -2680521 or 3611095. OLE color: 3611095.
HSL color Cylindrical-coordinate representation of color #D71937: hue angle of 350.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71937 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 55 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.16 |
| HSL | 350.53º | 0.79% | 0.47% | - |
| HSV(B) | 350.53º | 0.88% | 0.84% | - |
| XYZ | 29.06 | 15.42 | 5.06 | - |
| YUV | 85.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 55 | 0 | 0.88 | 0.74 | 0.16 | 350.53 | 0.79 | 0.47 |
| Hex | D7 | 19 | 37 | 0 | 58 | 4A | 10 | 15F | 4F | 2F |
| Octal | 327 | 31 | 67 | 0 | 130 | 112 | 20 | 537 | 117 | 57 |
| Binary | 11010111 | 11001 | 110111 | 0 | 1011000 | 1001010 | 10000 | 101011111 | 1001111 | 101111 |
Color Harmonies of #D71937
Complementary color
Monochromatic Colors of #D71937
Black with #D71937
Text Example
Text Example
White with #D71937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71937; }
p { color: rgb(215,25,55); }
H1.HeaderClassName
{
color: #D71937;
}
.AnyTagClassName
{
color: #D71937;
}
</style>
background-color css
<style>
a { background-color: #D71937; }
a { background-color: rgb(215,25,55); }
div.DivClassName
{
background-color: #D71937;
}
.BgClassName
{
background-color: #D71937;
}
</style>
border-color css
<style>
span { border-color: #D71937; }
span { border-color: rgb(215,25,55); }
td.TdClassName
{
border-color: #D71937;
}
.TagClassName
{
border-color: #D71937;
}
</style>