Shades of Crimson #D10944
Tints of Crimson #D10944
RGB
CMYK
RGB Variations
Color information
#D10944 (or 0xD10944) is known color: Crimson. HEX triplet: D1, 09 and 44. RGB value is (209,9,68). Sum of RGB (Red+Green+Blue) = 209+9+68=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D10944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10944 is #2EF6BB. Grayscale: #4B4B4B. Windows color (decimal): -3077820 or 4458961. OLE color: 4458961.
HSL color Cylindrical-coordinate representation of color #D10944: hue angle of 342.3º 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 #D10944 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 68 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.18 |
| HSL | 342.3º | 0.92% | 0.43% | - |
| HSV(B) | 342.3º | 0.96% | 0.82% | - |
| XYZ | 27.44 | 14.17 | 6.76 | - |
| YUV | 75.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 68 | 0 | 0.96 | 0.67 | 0.18 | 342.3 | 0.92 | 0.43 |
| Hex | D1 | 9 | 44 | 0 | 60 | 43 | 12 | 156 | 5C | 2B |
| Octal | 321 | 11 | 104 | 0 | 140 | 103 | 22 | 526 | 134 | 53 |
| Binary | 11010001 | 1001 | 1000100 | 0 | 1100000 | 1000011 | 10010 | 101010110 | 1011100 | 101011 |
Color Harmonies of #D10944
Complementary color
Monochromatic Colors of #D10944
Black with #D10944
Text Example
Text Example
White with #D10944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10944; }
p { color: rgb(209,9,68); }
H1.HeaderClassName
{
color: #D10944;
}
.AnyTagClassName
{
color: #D10944;
}
</style>
background-color css
<style>
a { background-color: #D10944; }
a { background-color: rgb(209,9,68); }
div.DivClassName
{
background-color: #D10944;
}
.BgClassName
{
background-color: #D10944;
}
</style>
border-color css
<style>
span { border-color: #D10944; }
span { border-color: rgb(209,9,68); }
td.TdClassName
{
border-color: #D10944;
}
.TagClassName
{
border-color: #D10944;
}
</style>