Shades of Crimson #D1003F
Tints of Crimson #D1003F
RGB
CMYK
RGB Variations
Color information
#D1003F (or 0xD1003F) is known color: Crimson. HEX triplet: D1, 00 and 3F. RGB value is (209,0,63). Sum of RGB (Red+Green+Blue) = 209+0+63=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1003F is #2EFFC0. Grayscale: #454545. Windows color (decimal): -3080129 or 4128977. OLE color: 4128977.
HSL color Cylindrical-coordinate representation of color #D1003F: hue angle of 341.91º 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 #D1003F is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.70 | 0.18 |
| HSL | 341.91º | 1% | 0.41% | - |
| HSV(B) | 341.91º | 1% | 0.82% | - |
| XYZ | 27.19 | 13.91 | 5.96 | - |
| YUV | 69.67 | 124.24 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 63 | 0 | 1 | 0.70 | 0.18 | 341.91 | 1 | 0.41 |
| Hex | D1 | 0 | 3F | 0 | 64 | 46 | 12 | 156 | 64 | 29 |
| Octal | 321 | 0 | 77 | 0 | 144 | 106 | 22 | 526 | 144 | 51 |
| Binary | 11010001 | 0 | 111111 | 0 | 1100100 | 1000110 | 10010 | 101010110 | 1100100 | 101001 |
Color Harmonies of #D1003F
Complementary color
Monochromatic Colors of #D1003F
Black with #D1003F
Text Example
Text Example
White with #D1003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1003F; }
p { color: rgb(209,0,63); }
H1.HeaderClassName
{
color: #D1003F;
}
.AnyTagClassName
{
color: #D1003F;
}
</style>
background-color css
<style>
a { background-color: #D1003F; }
a { background-color: rgb(209,0,63); }
div.DivClassName
{
background-color: #D1003F;
}
.BgClassName
{
background-color: #D1003F;
}
</style>
border-color css
<style>
span { border-color: #D1003F; }
span { border-color: rgb(209,0,63); }
td.TdClassName
{
border-color: #D1003F;
}
.TagClassName
{
border-color: #D1003F;
}
</style>