Shades of Crimson #D10147
Tints of Crimson #D10147
RGB
CMYK
RGB Variations
Color information
#D10147 (or 0xD10147) is known color: Crimson. HEX triplet: D1, 01 and 47. RGB value is (209,1,71). Sum of RGB (Red+Green+Blue) = 209+1+71=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10147 is #2EFEB8. Grayscale: #474747. Windows color (decimal): -3079865 or 4653521. OLE color: 4653521.
HSL color Cylindrical-coordinate representation of color #D10147: hue angle of 339.81º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10147 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.18 |
| HSL | 339.81º | 0.99% | 0.41% | - |
| HSV(B) | 339.81º | 1% | 0.82% | - |
| XYZ | 27.44 | 14.03 | 7.22 | - |
| YUV | 71.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 71 | 0 | 1.00 | 0.66 | 0.18 | 339.81 | 0.99 | 0.41 |
| Hex | D1 | 1 | 47 | 0 | 64 | 42 | 12 | 154 | 63 | 29 |
| Octal | 321 | 1 | 107 | 0 | 144 | 102 | 22 | 524 | 143 | 51 |
| Binary | 11010001 | 1 | 1000111 | 0 | 1100100 | 1000010 | 10010 | 101010100 | 1100011 | 101001 |
Color Harmonies of #D10147
Complementary color
Monochromatic Colors of #D10147
Black with #D10147
Text Example
Text Example
White with #D10147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10147; }
p { color: rgb(209,1,71); }
H1.HeaderClassName
{
color: #D10147;
}
.AnyTagClassName
{
color: #D10147;
}
</style>
background-color css
<style>
a { background-color: #D10147; }
a { background-color: rgb(209,1,71); }
div.DivClassName
{
background-color: #D10147;
}
.BgClassName
{
background-color: #D10147;
}
</style>
border-color css
<style>
span { border-color: #D10147; }
span { border-color: rgb(209,1,71); }
td.TdClassName
{
border-color: #D10147;
}
.TagClassName
{
border-color: #D10147;
}
</style>