Shades of Crimson #D11936
Tints of Crimson #D11936
RGB
CMYK
RGB Variations
Color information
#D11936 (or 0xD11936) is known color: Crimson. HEX triplet: D1, 19 and 36. RGB value is (209,25,54). Sum of RGB (Red+Green+Blue) = 209+25+54=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D11936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11936 is #2EE6C9. Grayscale: #535353. Windows color (decimal): -3073738 or 3545553. OLE color: 3545553.
HSL color Cylindrical-coordinate representation of color #D11936: hue angle of 350.54º 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 #D11936 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 54 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.18 |
| HSL | 350.54º | 0.79% | 0.46% | - |
| HSV(B) | 350.54º | 0.88% | 0.82% | - |
| XYZ | 27.31 | 14.52 | 4.85 | - |
| YUV | 83.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 54 | 0 | 0.88 | 0.74 | 0.18 | 350.54 | 0.79 | 0.46 |
| Hex | D1 | 19 | 36 | 0 | 58 | 4A | 12 | 15F | 4F | 2E |
| Octal | 321 | 31 | 66 | 0 | 130 | 112 | 22 | 537 | 117 | 56 |
| Binary | 11010001 | 11001 | 110110 | 0 | 1011000 | 1001010 | 10010 | 101011111 | 1001111 | 101110 |
Color Harmonies of #D11936
Complementary color
Monochromatic Colors of #D11936
Black with #D11936
Text Example
Text Example
White with #D11936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11936; }
p { color: rgb(209,25,54); }
H1.HeaderClassName
{
color: #D11936;
}
.AnyTagClassName
{
color: #D11936;
}
</style>
background-color css
<style>
a { background-color: #D11936; }
a { background-color: rgb(209,25,54); }
div.DivClassName
{
background-color: #D11936;
}
.BgClassName
{
background-color: #D11936;
}
</style>
border-color css
<style>
span { border-color: #D11936; }
span { border-color: rgb(209,25,54); }
td.TdClassName
{
border-color: #D11936;
}
.TagClassName
{
border-color: #D11936;
}
</style>