Shades of Crimson #D11246
Tints of Crimson #D11246
RGB
CMYK
RGB Variations
Color information
#D11246 (or 0xD11246) is known color: Crimson. HEX triplet: D1, 12 and 46. RGB value is (209,18,70). Sum of RGB (Red+Green+Blue) = 209+18+70=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D11246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11246 is #2EEDB9. Grayscale: #515151. Windows color (decimal): -3075514 or 4592337. OLE color: 4592337.
HSL color Cylindrical-coordinate representation of color #D11246: hue angle of 343.66º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11246 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 70 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.18 |
| HSL | 343.66º | 0.84% | 0.45% | - |
| HSV(B) | 343.66º | 0.91% | 0.82% | - |
| XYZ | 27.62 | 14.43 | 7.12 | - |
| YUV | 81.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 70 | 0 | 0.91 | 0.67 | 0.18 | 343.66 | 0.84 | 0.45 |
| Hex | D1 | 12 | 46 | 0 | 5B | 43 | 12 | 158 | 54 | 2D |
| Octal | 321 | 22 | 106 | 0 | 133 | 103 | 22 | 530 | 124 | 55 |
| Binary | 11010001 | 10010 | 1000110 | 0 | 1011011 | 1000011 | 10010 | 101011000 | 1010100 | 101101 |
Color Harmonies of #D11246
Complementary color
Monochromatic Colors of #D11246
Black with #D11246
Text Example
Text Example
White with #D11246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11246; }
p { color: rgb(209,18,70); }
H1.HeaderClassName
{
color: #D11246;
}
.AnyTagClassName
{
color: #D11246;
}
</style>
background-color css
<style>
a { background-color: #D11246; }
a { background-color: rgb(209,18,70); }
div.DivClassName
{
background-color: #D11246;
}
.BgClassName
{
background-color: #D11246;
}
</style>
border-color css
<style>
span { border-color: #D11246; }
span { border-color: rgb(209,18,70); }
td.TdClassName
{
border-color: #D11246;
}
.TagClassName
{
border-color: #D11246;
}
</style>