Shades of Crimson #D11D4D
Tints of Crimson #D11D4D
RGB
CMYK
RGB Variations
Color information
#D11D4D (or 0xD11D4D) is known color: Crimson. HEX triplet: D1, 1D and 4D. RGB value is (209,29,77). Sum of RGB (Red+Green+Blue) = 209+29+77=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D4D is #2EE2B2. Grayscale: #585858. Windows color (decimal): -3072691 or 5053905. OLE color: 5053905.
HSL color Cylindrical-coordinate representation of color #D11D4D: hue angle of 344º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D4D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 77 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.18 |
| HSL | 344º | 0.76% | 0.47% | - |
| HSV(B) | 344º | 0.86% | 0.82% | - |
| XYZ | 28.07 | 14.97 | 8.43 | - |
| YUV | 88.29 | 121.63 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 77 | 0 | 0.86 | 0.63 | 0.18 | 344 | 0.76 | 0.47 |
| Hex | D1 | 1D | 4D | 0 | 56 | 3F | 12 | 158 | 4C | 2F |
| Octal | 321 | 35 | 115 | 0 | 126 | 77 | 22 | 530 | 114 | 57 |
| Binary | 11010001 | 11101 | 1001101 | 0 | 1010110 | 111111 | 10010 | 101011000 | 1001100 | 101111 |
Color Harmonies of #D11D4D
Complementary color
Monochromatic Colors of #D11D4D
Black with #D11D4D
Text Example
Text Example
White with #D11D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D4D; }
p { color: rgb(209,29,77); }
H1.HeaderClassName
{
color: #D11D4D;
}
.AnyTagClassName
{
color: #D11D4D;
}
</style>
background-color css
<style>
a { background-color: #D11D4D; }
a { background-color: rgb(209,29,77); }
div.DivClassName
{
background-color: #D11D4D;
}
.BgClassName
{
background-color: #D11D4D;
}
</style>
border-color css
<style>
span { border-color: #D11D4D; }
span { border-color: rgb(209,29,77); }
td.TdClassName
{
border-color: #D11D4D;
}
.TagClassName
{
border-color: #D11D4D;
}
</style>