Shades of Crimson #D01647
Tints of Crimson #D01647
RGB
CMYK
RGB Variations
Color information
#D01647 (or 0xD01647) is known color: Crimson. HEX triplet: D0, 16 and 47. RGB value is (208,22,71). Sum of RGB (Red+Green+Blue) = 208+22+71=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D01647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01647 is #2FE9B8. Grayscale: #535353. Windows color (decimal): -3140025 or 4658896. OLE color: 4658896.
HSL color Cylindrical-coordinate representation of color #D01647: hue angle of 344.19º degrees, saturation: 0.81, 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 #D01647 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 71 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.18 |
| HSL | 344.19º | 0.81% | 0.45% | - |
| HSV(B) | 344.19º | 0.89% | 0.82% | - |
| XYZ | 27.44 | 14.44 | 7.3 | - |
| YUV | 83.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 71 | 0 | 0.89 | 0.66 | 0.18 | 344.19 | 0.81 | 0.45 |
| Hex | D0 | 16 | 47 | 0 | 59 | 42 | 12 | 158 | 51 | 2D |
| Octal | 320 | 26 | 107 | 0 | 131 | 102 | 22 | 530 | 121 | 55 |
| Binary | 11010000 | 10110 | 1000111 | 0 | 1011001 | 1000010 | 10010 | 101011000 | 1010001 | 101101 |
Color Harmonies of #D01647
Complementary color
Monochromatic Colors of #D01647
Black with #D01647
Text Example
Text Example
White with #D01647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01647; }
p { color: rgb(208,22,71); }
H1.HeaderClassName
{
color: #D01647;
}
.AnyTagClassName
{
color: #D01647;
}
</style>
background-color css
<style>
a { background-color: #D01647; }
a { background-color: rgb(208,22,71); }
div.DivClassName
{
background-color: #D01647;
}
.BgClassName
{
background-color: #D01647;
}
</style>
border-color css
<style>
span { border-color: #D01647; }
span { border-color: rgb(208,22,71); }
td.TdClassName
{
border-color: #D01647;
}
.TagClassName
{
border-color: #D01647;
}
</style>