Shades of Crimson #D01547
Tints of Crimson #D01547
RGB
CMYK
RGB Variations
Color information
#D01547 (or 0xD01547) is known color: Crimson. HEX triplet: D0, 15 and 47. RGB value is (208,21,71). Sum of RGB (Red+Green+Blue) = 208+21+71=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D01547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01547 is #2FEAB8. Grayscale: #525252. Windows color (decimal): -3140281 or 4658640. OLE color: 4658640.
HSL color Cylindrical-coordinate representation of color #D01547: hue angle of 343.96º 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 #D01547 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 71 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.18 |
| HSL | 343.96º | 0.82% | 0.45% | - |
| HSV(B) | 343.96º | 0.9% | 0.82% | - |
| XYZ | 27.42 | 14.4 | 7.3 | - |
| YUV | 82.61 | 121.45 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 71 | 0 | 0.90 | 0.66 | 0.18 | 343.96 | 0.82 | 0.45 |
| Hex | D0 | 15 | 47 | 0 | 5A | 42 | 12 | 158 | 52 | 2D |
| Octal | 320 | 25 | 107 | 0 | 132 | 102 | 22 | 530 | 122 | 55 |
| Binary | 11010000 | 10101 | 1000111 | 0 | 1011010 | 1000010 | 10010 | 101011000 | 1010010 | 101101 |
Color Harmonies of #D01547
Complementary color
Monochromatic Colors of #D01547
Black with #D01547
Text Example
Text Example
White with #D01547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01547; }
p { color: rgb(208,21,71); }
H1.HeaderClassName
{
color: #D01547;
}
.AnyTagClassName
{
color: #D01547;
}
</style>
background-color css
<style>
a { background-color: #D01547; }
a { background-color: rgb(208,21,71); }
div.DivClassName
{
background-color: #D01547;
}
.BgClassName
{
background-color: #D01547;
}
</style>
border-color css
<style>
span { border-color: #D01547; }
span { border-color: rgb(208,21,71); }
td.TdClassName
{
border-color: #D01547;
}
.TagClassName
{
border-color: #D01547;
}
</style>