Shades of Crimson #D11B3E
Tints of Crimson #D11B3E
RGB
CMYK
RGB Variations
Color information
#D11B3E (or 0xD11B3E) is known color: Crimson. HEX triplet: D1, 1B and 3E. RGB value is (209,27,62). Sum of RGB (Red+Green+Blue) = 209+27+62=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11B3E is #2EE4C1. Grayscale: #555555. Windows color (decimal): -3073218 or 4070353. OLE color: 4070353.
HSL color Cylindrical-coordinate representation of color #D11B3E: hue angle of 348.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11B3E is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 62 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.18 |
| HSL | 348.46º | 0.77% | 0.46% | - |
| HSV(B) | 348.46º | 0.87% | 0.82% | - |
| XYZ | 27.56 | 14.69 | 5.94 | - |
| YUV | 85.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 62 | 0 | 0.87 | 0.70 | 0.18 | 348.46 | 0.77 | 0.46 |
| Hex | D1 | 1B | 3E | 0 | 57 | 46 | 12 | 15C | 4D | 2E |
| Octal | 321 | 33 | 76 | 0 | 127 | 106 | 22 | 534 | 115 | 56 |
| Binary | 11010001 | 11011 | 111110 | 0 | 1010111 | 1000110 | 10010 | 101011100 | 1001101 | 101110 |
Color Harmonies of #D11B3E
Complementary color
Monochromatic Colors of #D11B3E
Black with #D11B3E
Text Example
Text Example
White with #D11B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B3E; }
p { color: rgb(209,27,62); }
H1.HeaderClassName
{
color: #D11B3E;
}
.AnyTagClassName
{
color: #D11B3E;
}
</style>
background-color css
<style>
a { background-color: #D11B3E; }
a { background-color: rgb(209,27,62); }
div.DivClassName
{
background-color: #D11B3E;
}
.BgClassName
{
background-color: #D11B3E;
}
</style>
border-color css
<style>
span { border-color: #D11B3E; }
span { border-color: rgb(209,27,62); }
td.TdClassName
{
border-color: #D11B3E;
}
.TagClassName
{
border-color: #D11B3E;
}
</style>