Shades of Crimson #D10949
Tints of Crimson #D10949
RGB
CMYK
RGB Variations
Color information
#D10949 (or 0xD10949) is known color: Crimson. HEX triplet: D1, 09 and 49. RGB value is (209,9,73). Sum of RGB (Red+Green+Blue) = 209+9+73=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D10949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10949 is #2EF6B6. Grayscale: #4C4C4C. Windows color (decimal): -3077815 or 4786641. OLE color: 4786641.
HSL color Cylindrical-coordinate representation of color #D10949: hue angle of 340.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10949 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.18 |
| HSL | 340.8º | 0.92% | 0.43% | - |
| HSV(B) | 340.8º | 0.96% | 0.82% | - |
| XYZ | 27.59 | 14.23 | 7.6 | - |
| YUV | 76.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 73 | 0 | 0.96 | 0.65 | 0.18 | 340.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | 49 | 0 | 60 | 41 | 12 | 155 | 5C | 2B |
| Octal | 321 | 11 | 111 | 0 | 140 | 101 | 22 | 525 | 134 | 53 |
| Binary | 11010001 | 1001 | 1001001 | 0 | 1100000 | 1000001 | 10010 | 101010101 | 1011100 | 101011 |
Color Harmonies of #D10949
Complementary color
Monochromatic Colors of #D10949
Black with #D10949
Text Example
Text Example
White with #D10949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10949; }
p { color: rgb(209,9,73); }
H1.HeaderClassName
{
color: #D10949;
}
.AnyTagClassName
{
color: #D10949;
}
</style>
background-color css
<style>
a { background-color: #D10949; }
a { background-color: rgb(209,9,73); }
div.DivClassName
{
background-color: #D10949;
}
.BgClassName
{
background-color: #D10949;
}
</style>
border-color css
<style>
span { border-color: #D10949; }
span { border-color: rgb(209,9,73); }
td.TdClassName
{
border-color: #D10949;
}
.TagClassName
{
border-color: #D10949;
}
</style>