Shades of Crimson #D10040
Tints of Crimson #D10040
RGB
CMYK
RGB Variations
Color information
#D10040 (or 0xD10040) is known color: Crimson. HEX triplet: D1, 00 and 40. RGB value is (209,0,64). Sum of RGB (Red+Green+Blue) = 209+0+64=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D10040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10040 is #2EFFBF. Grayscale: #454545. Windows color (decimal): -3080128 or 4194513. OLE color: 4194513.
HSL color Cylindrical-coordinate representation of color #D10040: hue angle of 341.63º 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 #D10040 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.69 | 0.18 |
| HSL | 341.63º | 1% | 0.41% | - |
| HSV(B) | 341.63º | 1% | 0.82% | - |
| XYZ | 27.22 | 13.93 | 6.1 | - |
| YUV | 69.79 | 124.74 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 64 | 0 | 1 | 0.69 | 0.18 | 341.63 | 1 | 0.41 |
| Hex | D1 | 0 | 40 | 0 | 64 | 45 | 12 | 156 | 64 | 29 |
| Octal | 321 | 0 | 100 | 0 | 144 | 105 | 22 | 526 | 144 | 51 |
| Binary | 11010001 | 0 | 1000000 | 0 | 1100100 | 1000101 | 10010 | 101010110 | 1100100 | 101001 |
Color Harmonies of #D10040
Complementary color
Monochromatic Colors of #D10040
Black with #D10040
Text Example
Text Example
White with #D10040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10040; }
p { color: rgb(209,0,64); }
H1.HeaderClassName
{
color: #D10040;
}
.AnyTagClassName
{
color: #D10040;
}
</style>
background-color css
<style>
a { background-color: #D10040; }
a { background-color: rgb(209,0,64); }
div.DivClassName
{
background-color: #D10040;
}
.BgClassName
{
background-color: #D10040;
}
</style>
border-color css
<style>
span { border-color: #D10040; }
span { border-color: rgb(209,0,64); }
td.TdClassName
{
border-color: #D10040;
}
.TagClassName
{
border-color: #D10040;
}
</style>