Shades of Crimson #D11047
Tints of Crimson #D11047
RGB
CMYK
RGB Variations
Color information
#D11047 (or 0xD11047) is known color: Crimson. HEX triplet: D1, 10 and 47. RGB value is (209,16,71). Sum of RGB (Red+Green+Blue) = 209+16+71=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D11047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11047 is #2EEFB8. Grayscale: #4F4F4F. Windows color (decimal): -3076025 or 4657361. OLE color: 4657361.
HSL color Cylindrical-coordinate representation of color #D11047: hue angle of 342.9º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11047 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 71 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.18 |
| HSL | 342.9º | 0.86% | 0.44% | - |
| HSV(B) | 342.9º | 0.92% | 0.82% | - |
| XYZ | 27.62 | 14.38 | 7.28 | - |
| YUV | 79.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 71 | 0 | 0.92 | 0.66 | 0.18 | 342.9 | 0.86 | 0.44 |
| Hex | D1 | 10 | 47 | 0 | 5C | 42 | 12 | 157 | 56 | 2C |
| Octal | 321 | 20 | 107 | 0 | 134 | 102 | 22 | 527 | 126 | 54 |
| Binary | 11010001 | 10000 | 1000111 | 0 | 1011100 | 1000010 | 10010 | 101010111 | 1010110 | 101100 |
Color Harmonies of #D11047
Complementary color
Monochromatic Colors of #D11047
Black with #D11047
Text Example
Text Example
White with #D11047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11047; }
p { color: rgb(209,16,71); }
H1.HeaderClassName
{
color: #D11047;
}
.AnyTagClassName
{
color: #D11047;
}
</style>
background-color css
<style>
a { background-color: #D11047; }
a { background-color: rgb(209,16,71); }
div.DivClassName
{
background-color: #D11047;
}
.BgClassName
{
background-color: #D11047;
}
</style>
border-color css
<style>
span { border-color: #D11047; }
span { border-color: rgb(209,16,71); }
td.TdClassName
{
border-color: #D11047;
}
.TagClassName
{
border-color: #D11047;
}
</style>