Shades of Crimson #D10C44
Tints of Crimson #D10C44
RGB
CMYK
RGB Variations
Color information
#D10C44 (or 0xD10C44) is known color: Crimson. HEX triplet: D1, 0C and 44. RGB value is (209,12,68). Sum of RGB (Red+Green+Blue) = 209+12+68=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C44 is #2EF3BB. Grayscale: #4D4D4D. Windows color (decimal): -3077052 or 4459729. OLE color: 4459729.
HSL color Cylindrical-coordinate representation of color #D10C44: hue angle of 342.94º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C44 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 68 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.18 |
| HSL | 342.94º | 0.89% | 0.43% | - |
| HSV(B) | 342.94º | 0.94% | 0.82% | - |
| XYZ | 27.47 | 14.24 | 6.77 | - |
| YUV | 77.29 | 122.77 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 68 | 0 | 0.94 | 0.67 | 0.18 | 342.94 | 0.89 | 0.43 |
| Hex | D1 | C | 44 | 0 | 5E | 43 | 12 | 157 | 59 | 2B |
| Octal | 321 | 14 | 104 | 0 | 136 | 103 | 22 | 527 | 131 | 53 |
| Binary | 11010001 | 1100 | 1000100 | 0 | 1011110 | 1000011 | 10010 | 101010111 | 1011001 | 101011 |
Color Harmonies of #D10C44
Complementary color
Monochromatic Colors of #D10C44
Black with #D10C44
Text Example
Text Example
White with #D10C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C44; }
p { color: rgb(209,12,68); }
H1.HeaderClassName
{
color: #D10C44;
}
.AnyTagClassName
{
color: #D10C44;
}
</style>
background-color css
<style>
a { background-color: #D10C44; }
a { background-color: rgb(209,12,68); }
div.DivClassName
{
background-color: #D10C44;
}
.BgClassName
{
background-color: #D10C44;
}
</style>
border-color css
<style>
span { border-color: #D10C44; }
span { border-color: rgb(209,12,68); }
td.TdClassName
{
border-color: #D10C44;
}
.TagClassName
{
border-color: #D10C44;
}
</style>