Shades of Crimson #D10940
Tints of Crimson #D10940
RGB
CMYK
RGB Variations
Color information
#D10940 (or 0xD10940) is known color: Crimson. HEX triplet: D1, 09 and 40. RGB value is (209,9,64). Sum of RGB (Red+Green+Blue) = 209+9+64=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D10940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10940 is #2EF6BF. Grayscale: #4B4B4B. Windows color (decimal): -3077824 or 4196817. OLE color: 4196817.
HSL color Cylindrical-coordinate representation of color #D10940: hue angle of 343.5º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10940 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 64 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.18 |
| HSL | 343.5º | 0.92% | 0.43% | - |
| HSV(B) | 343.5º | 0.96% | 0.82% | - |
| XYZ | 27.32 | 14.12 | 6.14 | - |
| YUV | 75.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 64 | 0 | 0.96 | 0.69 | 0.18 | 343.5 | 0.92 | 0.43 |
| Hex | D1 | 9 | 40 | 0 | 60 | 45 | 12 | 158 | 5C | 2B |
| Octal | 321 | 11 | 100 | 0 | 140 | 105 | 22 | 530 | 134 | 53 |
| Binary | 11010001 | 1001 | 1000000 | 0 | 1100000 | 1000101 | 10010 | 101011000 | 1011100 | 101011 |
Color Harmonies of #D10940
Complementary color
Monochromatic Colors of #D10940
Black with #D10940
Text Example
Text Example
White with #D10940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10940; }
p { color: rgb(209,9,64); }
H1.HeaderClassName
{
color: #D10940;
}
.AnyTagClassName
{
color: #D10940;
}
</style>
background-color css
<style>
a { background-color: #D10940; }
a { background-color: rgb(209,9,64); }
div.DivClassName
{
background-color: #D10940;
}
.BgClassName
{
background-color: #D10940;
}
</style>
border-color css
<style>
span { border-color: #D10940; }
span { border-color: rgb(209,9,64); }
td.TdClassName
{
border-color: #D10940;
}
.TagClassName
{
border-color: #D10940;
}
</style>