Shades of Crimson #D10D3C
Tints of Crimson #D10D3C
RGB
CMYK
RGB Variations
Color information
#D10D3C (or 0xD10D3C) is known color: Crimson. HEX triplet: D1, 0D and 3C. RGB value is (209,13,60). Sum of RGB (Red+Green+Blue) = 209+13+60=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D3C is #2EF2C3. Grayscale: #4C4C4C. Windows color (decimal): -3076804 or 3935697. OLE color: 3935697.
HSL color Cylindrical-coordinate representation of color #D10D3C: hue angle of 345.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D3C is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.18 |
| HSL | 345.61º | 0.88% | 0.44% | - |
| HSV(B) | 345.61º | 0.94% | 0.82% | - |
| XYZ | 27.25 | 14.17 | 5.57 | - |
| YUV | 76.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 60 | 0 | 0.94 | 0.71 | 0.18 | 345.61 | 0.88 | 0.44 |
| Hex | D1 | D | 3C | 0 | 5E | 47 | 12 | 15A | 58 | 2C |
| Octal | 321 | 15 | 74 | 0 | 136 | 107 | 22 | 532 | 130 | 54 |
| Binary | 11010001 | 1101 | 111100 | 0 | 1011110 | 1000111 | 10010 | 101011010 | 1011000 | 101100 |
Color Harmonies of #D10D3C
Complementary color
Monochromatic Colors of #D10D3C
Black with #D10D3C
Text Example
Text Example
White with #D10D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D3C; }
p { color: rgb(209,13,60); }
H1.HeaderClassName
{
color: #D10D3C;
}
.AnyTagClassName
{
color: #D10D3C;
}
</style>
background-color css
<style>
a { background-color: #D10D3C; }
a { background-color: rgb(209,13,60); }
div.DivClassName
{
background-color: #D10D3C;
}
.BgClassName
{
background-color: #D10D3C;
}
</style>
border-color css
<style>
span { border-color: #D10D3C; }
span { border-color: rgb(209,13,60); }
td.TdClassName
{
border-color: #D10D3C;
}
.TagClassName
{
border-color: #D10D3C;
}
</style>