Shades of Crimson #D11935
Tints of Crimson #D11935
RGB
CMYK
RGB Variations
Color information
#D11935 (or 0xD11935) is known color: Crimson. HEX triplet: D1, 19 and 35. RGB value is (209,25,53). Sum of RGB (Red+Green+Blue) = 209+25+53=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D11935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11935 is #2EE6CA. Grayscale: #535353. Windows color (decimal): -3073739 or 3480017. OLE color: 3480017.
HSL color Cylindrical-coordinate representation of color #D11935: hue angle of 350.87º 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 #D11935 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 53 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.18 |
| HSL | 350.87º | 0.79% | 0.46% | - |
| HSV(B) | 350.87º | 0.88% | 0.82% | - |
| XYZ | 27.28 | 14.51 | 4.73 | - |
| YUV | 83.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 53 | 0 | 0.88 | 0.75 | 0.18 | 350.87 | 0.79 | 0.46 |
| Hex | D1 | 19 | 35 | 0 | 58 | 4B | 12 | 15F | 4F | 2E |
| Octal | 321 | 31 | 65 | 0 | 130 | 113 | 22 | 537 | 117 | 56 |
| Binary | 11010001 | 11001 | 110101 | 0 | 1011000 | 1001011 | 10010 | 101011111 | 1001111 | 101110 |
Color Harmonies of #D11935
Complementary color
Monochromatic Colors of #D11935
Black with #D11935
Text Example
Text Example
White with #D11935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11935; }
p { color: rgb(209,25,53); }
H1.HeaderClassName
{
color: #D11935;
}
.AnyTagClassName
{
color: #D11935;
}
</style>
background-color css
<style>
a { background-color: #D11935; }
a { background-color: rgb(209,25,53); }
div.DivClassName
{
background-color: #D11935;
}
.BgClassName
{
background-color: #D11935;
}
</style>
border-color css
<style>
span { border-color: #D11935; }
span { border-color: rgb(209,25,53); }
td.TdClassName
{
border-color: #D11935;
}
.TagClassName
{
border-color: #D11935;
}
</style>