Shades of Crimson #D10047
Tints of Crimson #D10047
RGB
CMYK
RGB Variations
Color information
#D10047 (or 0xD10047) is known color: Crimson. HEX triplet: D1, 00 and 47. RGB value is (209,0,71). Sum of RGB (Red+Green+Blue) = 209+0+71=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D10047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10047 is #2EFFB8. Grayscale: #464646. Windows color (decimal): -3080121 or 4653265. OLE color: 4653265.
HSL color Cylindrical-coordinate representation of color #D10047: hue angle of 339.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10047 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.66 | 0.18 |
| HSL | 339.62º | 1% | 0.41% | - |
| HSV(B) | 339.62º | 1% | 0.82% | - |
| XYZ | 27.43 | 14.01 | 7.22 | - |
| YUV | 70.59 | 128.24 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 71 | 0 | 1 | 0.66 | 0.18 | 339.62 | 1 | 0.41 |
| Hex | D1 | 0 | 47 | 0 | 64 | 42 | 12 | 154 | 64 | 29 |
| Octal | 321 | 0 | 107 | 0 | 144 | 102 | 22 | 524 | 144 | 51 |
| Binary | 11010001 | 0 | 1000111 | 0 | 1100100 | 1000010 | 10010 | 101010100 | 1100100 | 101001 |
Color Harmonies of #D10047
Complementary color
Monochromatic Colors of #D10047
Black with #D10047
Text Example
Text Example
White with #D10047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10047; }
p { color: rgb(209,0,71); }
H1.HeaderClassName
{
color: #D10047;
}
.AnyTagClassName
{
color: #D10047;
}
</style>
background-color css
<style>
a { background-color: #D10047; }
a { background-color: rgb(209,0,71); }
div.DivClassName
{
background-color: #D10047;
}
.BgClassName
{
background-color: #D10047;
}
</style>
border-color css
<style>
span { border-color: #D10047; }
span { border-color: rgb(209,0,71); }
td.TdClassName
{
border-color: #D10047;
}
.TagClassName
{
border-color: #D10047;
}
</style>