Shades of Crimson #D11837
Tints of Crimson #D11837
RGB
CMYK
RGB Variations
Color information
#D11837 (or 0xD11837) is known color: Crimson. HEX triplet: D1, 18 and 37. RGB value is (209,24,55). Sum of RGB (Red+Green+Blue) = 209+24+55=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D11837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11837 is #2EE7C8. Grayscale: #525252. Windows color (decimal): -3073993 or 3610833. OLE color: 3610833.
HSL color Cylindrical-coordinate representation of color #D11837: hue angle of 349.95º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11837 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 55 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.18 |
| HSL | 349.95º | 0.79% | 0.46% | - |
| HSV(B) | 349.95º | 0.89% | 0.82% | - |
| XYZ | 27.31 | 14.48 | 4.97 | - |
| YUV | 82.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 55 | 0 | 0.89 | 0.74 | 0.18 | 349.95 | 0.79 | 0.46 |
| Hex | D1 | 18 | 37 | 0 | 59 | 4A | 12 | 15E | 4F | 2E |
| Octal | 321 | 30 | 67 | 0 | 131 | 112 | 22 | 536 | 117 | 56 |
| Binary | 11010001 | 11000 | 110111 | 0 | 1011001 | 1001010 | 10010 | 101011110 | 1001111 | 101110 |
Color Harmonies of #D11837
Complementary color
Monochromatic Colors of #D11837
Black with #D11837
Text Example
Text Example
White with #D11837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11837; }
p { color: rgb(209,24,55); }
H1.HeaderClassName
{
color: #D11837;
}
.AnyTagClassName
{
color: #D11837;
}
</style>
background-color css
<style>
a { background-color: #D11837; }
a { background-color: rgb(209,24,55); }
div.DivClassName
{
background-color: #D11837;
}
.BgClassName
{
background-color: #D11837;
}
</style>
border-color css
<style>
span { border-color: #D11837; }
span { border-color: rgb(209,24,55); }
td.TdClassName
{
border-color: #D11837;
}
.TagClassName
{
border-color: #D11837;
}
</style>