Shades of Crimson #D11637
Tints of Crimson #D11637
RGB
CMYK
RGB Variations
Color information
#D11637 (or 0xD11637) is known color: Crimson. HEX triplet: D1, 16 and 37. RGB value is (209,22,55). Sum of RGB (Red+Green+Blue) = 209+22+55=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D11637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11637 is #2EE9C8. Grayscale: #515151. Windows color (decimal): -3074505 or 3610321. OLE color: 3610321.
HSL color Cylindrical-coordinate representation of color #D11637: hue angle of 349.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11637 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 55 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.18 |
| HSL | 349.41º | 0.81% | 0.45% | - |
| HSV(B) | 349.41º | 0.89% | 0.82% | - |
| XYZ | 27.27 | 14.4 | 4.96 | - |
| YUV | 81.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 55 | 0 | 0.89 | 0.74 | 0.18 | 349.41 | 0.81 | 0.45 |
| Hex | D1 | 16 | 37 | 0 | 59 | 4A | 12 | 15D | 51 | 2D |
| Octal | 321 | 26 | 67 | 0 | 131 | 112 | 22 | 535 | 121 | 55 |
| Binary | 11010001 | 10110 | 110111 | 0 | 1011001 | 1001010 | 10010 | 101011101 | 1010001 | 101101 |
Color Harmonies of #D11637
Complementary color
Monochromatic Colors of #D11637
Black with #D11637
Text Example
Text Example
White with #D11637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11637; }
p { color: rgb(209,22,55); }
H1.HeaderClassName
{
color: #D11637;
}
.AnyTagClassName
{
color: #D11637;
}
</style>
background-color css
<style>
a { background-color: #D11637; }
a { background-color: rgb(209,22,55); }
div.DivClassName
{
background-color: #D11637;
}
.BgClassName
{
background-color: #D11637;
}
</style>
border-color css
<style>
span { border-color: #D11637; }
span { border-color: rgb(209,22,55); }
td.TdClassName
{
border-color: #D11637;
}
.TagClassName
{
border-color: #D11637;
}
</style>