Shades of Crimson #D01447
Tints of Crimson #D01447
RGB
CMYK
RGB Variations
Color information
#D01447 (or 0xD01447) is known color: Crimson. HEX triplet: D0, 14 and 47. RGB value is (208,20,71). Sum of RGB (Red+Green+Blue) = 208+20+71=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D01447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01447 is #2FEBB8. Grayscale: #525252. Windows color (decimal): -3140537 or 4658384. OLE color: 4658384.
HSL color Cylindrical-coordinate representation of color #D01447: hue angle of 343.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01447 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 71 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.18 |
| HSL | 343.72º | 0.82% | 0.45% | - |
| HSV(B) | 343.72º | 0.9% | 0.82% | - |
| XYZ | 27.4 | 14.37 | 7.29 | - |
| YUV | 82.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 71 | 0 | 0.90 | 0.66 | 0.18 | 343.72 | 0.82 | 0.45 |
| Hex | D0 | 14 | 47 | 0 | 5A | 42 | 12 | 158 | 52 | 2D |
| Octal | 320 | 24 | 107 | 0 | 132 | 102 | 22 | 530 | 122 | 55 |
| Binary | 11010000 | 10100 | 1000111 | 0 | 1011010 | 1000010 | 10010 | 101011000 | 1010010 | 101101 |
Color Harmonies of #D01447
Complementary color
Monochromatic Colors of #D01447
Black with #D01447
Text Example
Text Example
White with #D01447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01447; }
p { color: rgb(208,20,71); }
H1.HeaderClassName
{
color: #D01447;
}
.AnyTagClassName
{
color: #D01447;
}
</style>
background-color css
<style>
a { background-color: #D01447; }
a { background-color: rgb(208,20,71); }
div.DivClassName
{
background-color: #D01447;
}
.BgClassName
{
background-color: #D01447;
}
</style>
border-color css
<style>
span { border-color: #D01447; }
span { border-color: rgb(208,20,71); }
td.TdClassName
{
border-color: #D01447;
}
.TagClassName
{
border-color: #D01447;
}
</style>