Shades of Crimson #D01737
Tints of Crimson #D01737
RGB
CMYK
RGB Variations
Color information
#D01737 (or 0xD01737) is known color: Crimson. HEX triplet: D0, 17 and 37. RGB value is (208,23,55). Sum of RGB (Red+Green+Blue) = 208+23+55=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D01737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01737 is #2FE8C8. Grayscale: #525252. Windows color (decimal): -3139785 or 3610576. OLE color: 3610576.
HSL color Cylindrical-coordinate representation of color #D01737: hue angle of 349.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01737 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 55 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.18 |
| HSL | 349.62º | 0.8% | 0.45% | - |
| HSV(B) | 349.62º | 0.89% | 0.82% | - |
| XYZ | 27.01 | 14.3 | 4.95 | - |
| YUV | 81.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 55 | 0 | 0.89 | 0.74 | 0.18 | 349.62 | 0.8 | 0.45 |
| Hex | D0 | 17 | 37 | 0 | 59 | 4A | 12 | 15E | 50 | 2D |
| Octal | 320 | 27 | 67 | 0 | 131 | 112 | 22 | 536 | 120 | 55 |
| Binary | 11010000 | 10111 | 110111 | 0 | 1011001 | 1001010 | 10010 | 101011110 | 1010000 | 101101 |
Color Harmonies of #D01737
Complementary color
Monochromatic Colors of #D01737
Black with #D01737
Text Example
Text Example
White with #D01737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01737; }
p { color: rgb(208,23,55); }
H1.HeaderClassName
{
color: #D01737;
}
.AnyTagClassName
{
color: #D01737;
}
</style>
background-color css
<style>
a { background-color: #D01737; }
a { background-color: rgb(208,23,55); }
div.DivClassName
{
background-color: #D01737;
}
.BgClassName
{
background-color: #D01737;
}
</style>
border-color css
<style>
span { border-color: #D01737; }
span { border-color: rgb(208,23,55); }
td.TdClassName
{
border-color: #D01737;
}
.TagClassName
{
border-color: #D01737;
}
</style>