Shades of Crimson #D11447
Tints of Crimson #D11447
RGB
CMYK
RGB Variations
Color information
#D11447 (or 0xD11447) is known color: Crimson. HEX triplet: D1, 14 and 47. RGB value is (209,20,71). Sum of RGB (Red+Green+Blue) = 209+20+71=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D11447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11447 is #2EEBB8. Grayscale: #525252. Windows color (decimal): -3075001 or 4658385. OLE color: 4658385.
HSL color Cylindrical-coordinate representation of color #D11447: hue angle of 343.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11447 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 71 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.18 |
| HSL | 343.81º | 0.83% | 0.45% | - |
| HSV(B) | 343.81º | 0.9% | 0.82% | - |
| XYZ | 27.68 | 14.51 | 7.3 | - |
| YUV | 82.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 71 | 0 | 0.90 | 0.66 | 0.18 | 343.81 | 0.83 | 0.45 |
| Hex | D1 | 14 | 47 | 0 | 5A | 42 | 12 | 158 | 53 | 2D |
| Octal | 321 | 24 | 107 | 0 | 132 | 102 | 22 | 530 | 123 | 55 |
| Binary | 11010001 | 10100 | 1000111 | 0 | 1011010 | 1000010 | 10010 | 101011000 | 1010011 | 101101 |
Color Harmonies of #D11447
Complementary color
Monochromatic Colors of #D11447
Black with #D11447
Text Example
Text Example
White with #D11447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11447; }
p { color: rgb(209,20,71); }
H1.HeaderClassName
{
color: #D11447;
}
.AnyTagClassName
{
color: #D11447;
}
</style>
background-color css
<style>
a { background-color: #D11447; }
a { background-color: rgb(209,20,71); }
div.DivClassName
{
background-color: #D11447;
}
.BgClassName
{
background-color: #D11447;
}
</style>
border-color css
<style>
span { border-color: #D11447; }
span { border-color: rgb(209,20,71); }
td.TdClassName
{
border-color: #D11447;
}
.TagClassName
{
border-color: #D11447;
}
</style>