Shades of Crimson #D11547
Tints of Crimson #D11547
RGB
CMYK
RGB Variations
Color information
#D11547 (or 0xD11547) is known color: Crimson. HEX triplet: D1, 15 and 47. RGB value is (209,21,71). Sum of RGB (Red+Green+Blue) = 209+21+71=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D11547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11547 is #2EEAB8. Grayscale: #525252. Windows color (decimal): -3074745 or 4658641. OLE color: 4658641.
HSL color Cylindrical-coordinate representation of color #D11547: hue angle of 344.04º degrees, saturation: 0.82, 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 #D11547 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 71 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.18 |
| HSL | 344.04º | 0.82% | 0.45% | - |
| HSV(B) | 344.04º | 0.9% | 0.82% | - |
| XYZ | 27.7 | 14.55 | 7.31 | - |
| YUV | 82.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 71 | 0 | 0.90 | 0.66 | 0.18 | 344.04 | 0.82 | 0.45 |
| Hex | D1 | 15 | 47 | 0 | 5A | 42 | 12 | 158 | 52 | 2D |
| Octal | 321 | 25 | 107 | 0 | 132 | 102 | 22 | 530 | 122 | 55 |
| Binary | 11010001 | 10101 | 1000111 | 0 | 1011010 | 1000010 | 10010 | 101011000 | 1010010 | 101101 |
Color Harmonies of #D11547
Complementary color
Monochromatic Colors of #D11547
Black with #D11547
Text Example
Text Example
White with #D11547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11547; }
p { color: rgb(209,21,71); }
H1.HeaderClassName
{
color: #D11547;
}
.AnyTagClassName
{
color: #D11547;
}
</style>
background-color css
<style>
a { background-color: #D11547; }
a { background-color: rgb(209,21,71); }
div.DivClassName
{
background-color: #D11547;
}
.BgClassName
{
background-color: #D11547;
}
</style>
border-color css
<style>
span { border-color: #D11547; }
span { border-color: rgb(209,21,71); }
td.TdClassName
{
border-color: #D11547;
}
.TagClassName
{
border-color: #D11547;
}
</style>