Shades of Crimson #D11944
Tints of Crimson #D11944
RGB
CMYK
RGB Variations
Color information
#D11944 (or 0xD11944) is known color: Crimson. HEX triplet: D1, 19 and 44. RGB value is (209,25,68). Sum of RGB (Red+Green+Blue) = 209+25+68=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D11944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11944 is #2EE6BB. Grayscale: #545454. Windows color (decimal): -3073724 or 4463057. OLE color: 4463057.
HSL color Cylindrical-coordinate representation of color #D11944: hue angle of 345.98º 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 #D11944 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 68 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.18 |
| HSL | 345.98º | 0.79% | 0.46% | - |
| HSV(B) | 345.98º | 0.88% | 0.82% | - |
| XYZ | 27.69 | 14.67 | 6.84 | - |
| YUV | 84.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 68 | 0 | 0.88 | 0.67 | 0.18 | 345.98 | 0.79 | 0.46 |
| Hex | D1 | 19 | 44 | 0 | 58 | 43 | 12 | 15A | 4F | 2E |
| Octal | 321 | 31 | 104 | 0 | 130 | 103 | 22 | 532 | 117 | 56 |
| Binary | 11010001 | 11001 | 1000100 | 0 | 1011000 | 1000011 | 10010 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D11944
Complementary color
Monochromatic Colors of #D11944
Black with #D11944
Text Example
Text Example
White with #D11944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11944; }
p { color: rgb(209,25,68); }
H1.HeaderClassName
{
color: #D11944;
}
.AnyTagClassName
{
color: #D11944;
}
</style>
background-color css
<style>
a { background-color: #D11944; }
a { background-color: rgb(209,25,68); }
div.DivClassName
{
background-color: #D11944;
}
.BgClassName
{
background-color: #D11944;
}
</style>
border-color css
<style>
span { border-color: #D11944; }
span { border-color: rgb(209,25,68); }
td.TdClassName
{
border-color: #D11944;
}
.TagClassName
{
border-color: #D11944;
}
</style>