Shades of Crimson #D11946
Tints of Crimson #D11946
RGB
CMYK
RGB Variations
Color information
#D11946 (or 0xD11946) is known color: Crimson. HEX triplet: D1, 19 and 46. RGB value is (209,25,70). Sum of RGB (Red+Green+Blue) = 209+25+70=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D11946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11946 is #2EE6B9. Grayscale: #555555. Windows color (decimal): -3073722 or 4594129. OLE color: 4594129.
HSL color Cylindrical-coordinate representation of color #D11946: hue angle of 345.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11946 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 70 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.18 |
| HSL | 345.33º | 0.79% | 0.46% | - |
| HSV(B) | 345.33º | 0.88% | 0.82% | - |
| XYZ | 27.75 | 14.69 | 7.17 | - |
| YUV | 85.15 | 119.46 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 70 | 0 | 0.88 | 0.67 | 0.18 | 345.33 | 0.79 | 0.46 |
| Hex | D1 | 19 | 46 | 0 | 58 | 43 | 12 | 159 | 4F | 2E |
| Octal | 321 | 31 | 106 | 0 | 130 | 103 | 22 | 531 | 117 | 56 |
| Binary | 11010001 | 11001 | 1000110 | 0 | 1011000 | 1000011 | 10010 | 101011001 | 1001111 | 101110 |
Color Harmonies of #D11946
Complementary color
Monochromatic Colors of #D11946
Black with #D11946
Text Example
Text Example
White with #D11946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11946; }
p { color: rgb(209,25,70); }
H1.HeaderClassName
{
color: #D11946;
}
.AnyTagClassName
{
color: #D11946;
}
</style>
background-color css
<style>
a { background-color: #D11946; }
a { background-color: rgb(209,25,70); }
div.DivClassName
{
background-color: #D11946;
}
.BgClassName
{
background-color: #D11946;
}
</style>
border-color css
<style>
span { border-color: #D11946; }
span { border-color: rgb(209,25,70); }
td.TdClassName
{
border-color: #D11946;
}
.TagClassName
{
border-color: #D11946;
}
</style>