Shades of Crimson #D10D3D
Tints of Crimson #D10D3D
RGB
CMYK
RGB Variations
Color information
#D10D3D (or 0xD10D3D) is known color: Crimson. HEX triplet: D1, 0D and 3D. RGB value is (209,13,61). Sum of RGB (Red+Green+Blue) = 209+13+61=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D3D is #2EF2C2. Grayscale: #4D4D4D. Windows color (decimal): -3076803 or 4001233. OLE color: 4001233.
HSL color Cylindrical-coordinate representation of color #D10D3D: hue angle of 345.31º 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 #D10D3D is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 61 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.18 |
| HSL | 345.31º | 0.88% | 0.44% | - |
| HSV(B) | 345.31º | 0.94% | 0.82% | - |
| XYZ | 27.28 | 14.18 | 5.71 | - |
| YUV | 77.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 61 | 0 | 0.94 | 0.71 | 0.18 | 345.31 | 0.88 | 0.44 |
| Hex | D1 | D | 3D | 0 | 5E | 47 | 12 | 159 | 58 | 2C |
| Octal | 321 | 15 | 75 | 0 | 136 | 107 | 22 | 531 | 130 | 54 |
| Binary | 11010001 | 1101 | 111101 | 0 | 1011110 | 1000111 | 10010 | 101011001 | 1011000 | 101100 |
Color Harmonies of #D10D3D
Complementary color
Monochromatic Colors of #D10D3D
Black with #D10D3D
Text Example
Text Example
White with #D10D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D3D; }
p { color: rgb(209,13,61); }
H1.HeaderClassName
{
color: #D10D3D;
}
.AnyTagClassName
{
color: #D10D3D;
}
</style>
background-color css
<style>
a { background-color: #D10D3D; }
a { background-color: rgb(209,13,61); }
div.DivClassName
{
background-color: #D10D3D;
}
.BgClassName
{
background-color: #D10D3D;
}
</style>
border-color css
<style>
span { border-color: #D10D3D; }
span { border-color: rgb(209,13,61); }
td.TdClassName
{
border-color: #D10D3D;
}
.TagClassName
{
border-color: #D10D3D;
}
</style>