Shades of Crimson #D11D4E
Tints of Crimson #D11D4E
RGB
CMYK
RGB Variations
Color information
#D11D4E (or 0xD11D4E) is known color: Crimson. HEX triplet: D1, 1D and 4E. RGB value is (209,29,78). Sum of RGB (Red+Green+Blue) = 209+29+78=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D4E is #2EE2B1. Grayscale: #585858. Windows color (decimal): -3072690 or 5119441. OLE color: 5119441.
HSL color Cylindrical-coordinate representation of color #D11D4E: hue angle of 343.67º 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 #D11D4E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 78 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.18 |
| HSL | 343.67º | 0.76% | 0.47% | - |
| HSV(B) | 343.67º | 0.86% | 0.82% | - |
| XYZ | 28.11 | 14.98 | 8.62 | - |
| YUV | 88.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 78 | 0 | 0.86 | 0.63 | 0.18 | 343.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 4E | 0 | 56 | 3F | 12 | 158 | 4C | 2F |
| Octal | 321 | 35 | 116 | 0 | 126 | 77 | 22 | 530 | 114 | 57 |
| Binary | 11010001 | 11101 | 1001110 | 0 | 1010110 | 111111 | 10010 | 101011000 | 1001100 | 101111 |
Color Harmonies of #D11D4E
Complementary color
Monochromatic Colors of #D11D4E
Black with #D11D4E
Text Example
Text Example
White with #D11D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D4E; }
p { color: rgb(209,29,78); }
H1.HeaderClassName
{
color: #D11D4E;
}
.AnyTagClassName
{
color: #D11D4E;
}
</style>
background-color css
<style>
a { background-color: #D11D4E; }
a { background-color: rgb(209,29,78); }
div.DivClassName
{
background-color: #D11D4E;
}
.BgClassName
{
background-color: #D11D4E;
}
</style>
border-color css
<style>
span { border-color: #D11D4E; }
span { border-color: rgb(209,29,78); }
td.TdClassName
{
border-color: #D11D4E;
}
.TagClassName
{
border-color: #D11D4E;
}
</style>