Shades of Crimson #D11249
Tints of Crimson #D11249
RGB
CMYK
RGB Variations
Color information
#D11249 (or 0xD11249) is known color: Crimson. HEX triplet: D1, 12 and 49. RGB value is (209,18,73). Sum of RGB (Red+Green+Blue) = 209+18+73=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D11249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11249 is #2EEDB6. Grayscale: #515151. Windows color (decimal): -3075511 or 4788945. OLE color: 4788945.
HSL color Cylindrical-coordinate representation of color #D11249: hue angle of 342.72º 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 #D11249 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 73 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.18 |
| HSL | 342.72º | 0.84% | 0.45% | - |
| HSV(B) | 342.72º | 0.91% | 0.82% | - |
| XYZ | 27.71 | 14.47 | 7.64 | - |
| YUV | 81.38 | 123.28 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 73 | 0 | 0.91 | 0.65 | 0.18 | 342.72 | 0.84 | 0.45 |
| Hex | D1 | 12 | 49 | 0 | 5B | 41 | 12 | 157 | 54 | 2D |
| Octal | 321 | 22 | 111 | 0 | 133 | 101 | 22 | 527 | 124 | 55 |
| Binary | 11010001 | 10010 | 1001001 | 0 | 1011011 | 1000001 | 10010 | 101010111 | 1010100 | 101101 |
Color Harmonies of #D11249
Complementary color
Monochromatic Colors of #D11249
Black with #D11249
Text Example
Text Example
White with #D11249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11249; }
p { color: rgb(209,18,73); }
H1.HeaderClassName
{
color: #D11249;
}
.AnyTagClassName
{
color: #D11249;
}
</style>
background-color css
<style>
a { background-color: #D11249; }
a { background-color: rgb(209,18,73); }
div.DivClassName
{
background-color: #D11249;
}
.BgClassName
{
background-color: #D11249;
}
</style>
border-color css
<style>
span { border-color: #D11249; }
span { border-color: rgb(209,18,73); }
td.TdClassName
{
border-color: #D11249;
}
.TagClassName
{
border-color: #D11249;
}
</style>