Shades of Crimson #D71837
Tints of Crimson #D71837
RGB
CMYK
RGB Variations
Color information
#D71837 (or 0xD71837) is known color: Crimson. HEX triplet: D7, 18 and 37. RGB value is (215,24,55). Sum of RGB (Red+Green+Blue) = 215+24+55=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D71837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71837 is #28E7C8. Grayscale: #545454. Windows color (decimal): -2680777 or 3610839. OLE color: 3610839.
HSL color Cylindrical-coordinate representation of color #D71837: hue angle of 350.26º degrees, saturation: 0.8, 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 #D71837 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 55 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.16 |
| HSL | 350.26º | 0.8% | 0.47% | - |
| HSV(B) | 350.26º | 0.89% | 0.84% | - |
| XYZ | 29.04 | 15.38 | 5.05 | - |
| YUV | 84.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 55 | 0 | 0.89 | 0.74 | 0.16 | 350.26 | 0.8 | 0.47 |
| Hex | D7 | 18 | 37 | 0 | 59 | 4A | 10 | 15E | 50 | 2F |
| Octal | 327 | 30 | 67 | 0 | 131 | 112 | 20 | 536 | 120 | 57 |
| Binary | 11010111 | 11000 | 110111 | 0 | 1011001 | 1001010 | 10000 | 101011110 | 1010000 | 101111 |
Color Harmonies of #D71837
Complementary color
Monochromatic Colors of #D71837
Black with #D71837
Text Example
Text Example
White with #D71837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71837; }
p { color: rgb(215,24,55); }
H1.HeaderClassName
{
color: #D71837;
}
.AnyTagClassName
{
color: #D71837;
}
</style>
background-color css
<style>
a { background-color: #D71837; }
a { background-color: rgb(215,24,55); }
div.DivClassName
{
background-color: #D71837;
}
.BgClassName
{
background-color: #D71837;
}
</style>
border-color css
<style>
span { border-color: #D71837; }
span { border-color: rgb(215,24,55); }
td.TdClassName
{
border-color: #D71837;
}
.TagClassName
{
border-color: #D71837;
}
</style>