Shades of Crimson #D10D4A
Tints of Crimson #D10D4A
RGB
CMYK
RGB Variations
Color information
#D10D4A (or 0xD10D4A) is known color: Crimson. HEX triplet: D1, 0D and 4A. RGB value is (209,13,74). Sum of RGB (Red+Green+Blue) = 209+13+74=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D4A is #2EF2B5. Grayscale: #4E4E4E. Windows color (decimal): -3076790 or 4853201. OLE color: 4853201.
HSL color Cylindrical-coordinate representation of color #D10D4A: hue angle of 341.33º 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 #D10D4A is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.18 |
| HSL | 341.33º | 0.88% | 0.44% | - |
| HSV(B) | 341.33º | 0.94% | 0.82% | - |
| XYZ | 27.67 | 14.34 | 7.79 | - |
| YUV | 78.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 74 | 0 | 0.94 | 0.65 | 0.18 | 341.33 | 0.88 | 0.44 |
| Hex | D1 | D | 4A | 0 | 5E | 41 | 12 | 155 | 58 | 2C |
| Octal | 321 | 15 | 112 | 0 | 136 | 101 | 22 | 525 | 130 | 54 |
| Binary | 11010001 | 1101 | 1001010 | 0 | 1011110 | 1000001 | 10010 | 101010101 | 1011000 | 101100 |
Color Harmonies of #D10D4A
Complementary color
Monochromatic Colors of #D10D4A
Black with #D10D4A
Text Example
Text Example
White with #D10D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D4A; }
p { color: rgb(209,13,74); }
H1.HeaderClassName
{
color: #D10D4A;
}
.AnyTagClassName
{
color: #D10D4A;
}
</style>
background-color css
<style>
a { background-color: #D10D4A; }
a { background-color: rgb(209,13,74); }
div.DivClassName
{
background-color: #D10D4A;
}
.BgClassName
{
background-color: #D10D4A;
}
</style>
border-color css
<style>
span { border-color: #D10D4A; }
span { border-color: rgb(209,13,74); }
td.TdClassName
{
border-color: #D10D4A;
}
.TagClassName
{
border-color: #D10D4A;
}
</style>