Shades of Crimson #D11B40
Tints of Crimson #D11B40
RGB
CMYK
RGB Variations
Color information
#D11B40 (or 0xD11B40) is known color: Crimson. HEX triplet: D1, 1B and 40. RGB value is (209,27,64). Sum of RGB (Red+Green+Blue) = 209+27+64=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11B40 is #2EE4BF. Grayscale: #555555. Windows color (decimal): -3073216 or 4201425. OLE color: 4201425.
HSL color Cylindrical-coordinate representation of color #D11B40: hue angle of 347.8º 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 #D11B40 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 27 | 64 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.18 |
| HSL | 347.8º | 0.77% | 0.46% | - |
| HSV(B) | 347.8º | 0.87% | 0.82% | - |
| XYZ | 27.61 | 14.71 | 6.23 | - |
| YUV | 85.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 64 | 0 | 0.87 | 0.69 | 0.18 | 347.8 | 0.77 | 0.46 |
| Hex | D1 | 1B | 40 | 0 | 57 | 45 | 12 | 15C | 4D | 2E |
| Octal | 321 | 33 | 100 | 0 | 127 | 105 | 22 | 534 | 115 | 56 |
| Binary | 11010001 | 11011 | 1000000 | 0 | 1010111 | 1000101 | 10010 | 101011100 | 1001101 | 101110 |
Color Harmonies of #D11B40
Complementary color
Monochromatic Colors of #D11B40
Black with #D11B40
Text Example
Text Example
White with #D11B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11B40; }
p { color: rgb(209,27,64); }
H1.HeaderClassName
{
color: #D11B40;
}
.AnyTagClassName
{
color: #D11B40;
}
</style>
background-color css
<style>
a { background-color: #D11B40; }
a { background-color: rgb(209,27,64); }
div.DivClassName
{
background-color: #D11B40;
}
.BgClassName
{
background-color: #D11B40;
}
</style>
border-color css
<style>
span { border-color: #D11B40; }
span { border-color: rgb(209,27,64); }
td.TdClassName
{
border-color: #D11B40;
}
.TagClassName
{
border-color: #D11B40;
}
</style>