Shades of Crimson #D11046
Tints of Crimson #D11046
RGB
CMYK
RGB Variations
Color information
#D11046 (or 0xD11046) is known color: Crimson. HEX triplet: D1, 10 and 46. RGB value is (209,16,70). Sum of RGB (Red+Green+Blue) = 209+16+70=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D11046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11046 is #2EEFB9. Grayscale: #4F4F4F. Windows color (decimal): -3076026 or 4591825. OLE color: 4591825.
HSL color Cylindrical-coordinate representation of color #D11046: hue angle of 343.21º 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 #D11046 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 70 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.18 |
| HSL | 343.21º | 0.86% | 0.44% | - |
| HSV(B) | 343.21º | 0.92% | 0.82% | - |
| XYZ | 27.59 | 14.37 | 7.11 | - |
| YUV | 79.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 70 | 0 | 0.92 | 0.67 | 0.18 | 343.21 | 0.86 | 0.44 |
| Hex | D1 | 10 | 46 | 0 | 5C | 43 | 12 | 157 | 56 | 2C |
| Octal | 321 | 20 | 106 | 0 | 134 | 103 | 22 | 527 | 126 | 54 |
| Binary | 11010001 | 10000 | 1000110 | 0 | 1011100 | 1000011 | 10010 | 101010111 | 1010110 | 101100 |
Color Harmonies of #D11046
Complementary color
Monochromatic Colors of #D11046
Black with #D11046
Text Example
Text Example
White with #D11046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11046; }
p { color: rgb(209,16,70); }
H1.HeaderClassName
{
color: #D11046;
}
.AnyTagClassName
{
color: #D11046;
}
</style>
background-color css
<style>
a { background-color: #D11046; }
a { background-color: rgb(209,16,70); }
div.DivClassName
{
background-color: #D11046;
}
.BgClassName
{
background-color: #D11046;
}
</style>
border-color css
<style>
span { border-color: #D11046; }
span { border-color: rgb(209,16,70); }
td.TdClassName
{
border-color: #D11046;
}
.TagClassName
{
border-color: #D11046;
}
</style>