Shades of Crimson #D10637
Tints of Crimson #D10637
RGB
CMYK
RGB Variations
Color information
#D10637 (or 0xD10637) is known color: Crimson. HEX triplet: D1, 06 and 37. RGB value is (209,6,55). Sum of RGB (Red+Green+Blue) = 209+6+55=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D10637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10637 is #2EF9C8. Grayscale: #484848. Windows color (decimal): -3078601 or 3606225. OLE color: 3606225.
HSL color Cylindrical-coordinate representation of color #D10637: hue angle of 345.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10637 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.18 |
| HSL | 345.52º | 0.94% | 0.42% | - |
| HSV(B) | 345.52º | 0.97% | 0.82% | - |
| XYZ | 27.05 | 13.96 | 4.88 | - |
| YUV | 72.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 55 | 0 | 0.97 | 0.74 | 0.18 | 345.52 | 0.94 | 0.42 |
| Hex | D1 | 6 | 37 | 0 | 61 | 4A | 12 | 15A | 5E | 2A |
| Octal | 321 | 6 | 67 | 0 | 141 | 112 | 22 | 532 | 136 | 52 |
| Binary | 11010001 | 110 | 110111 | 0 | 1100001 | 1001010 | 10010 | 101011010 | 1011110 | 101010 |
Color Harmonies of #D10637
Complementary color
Monochromatic Colors of #D10637
Black with #D10637
Text Example
Text Example
White with #D10637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10637; }
p { color: rgb(209,6,55); }
H1.HeaderClassName
{
color: #D10637;
}
.AnyTagClassName
{
color: #D10637;
}
</style>
background-color css
<style>
a { background-color: #D10637; }
a { background-color: rgb(209,6,55); }
div.DivClassName
{
background-color: #D10637;
}
.BgClassName
{
background-color: #D10637;
}
</style>
border-color css
<style>
span { border-color: #D10637; }
span { border-color: rgb(209,6,55); }
td.TdClassName
{
border-color: #D10637;
}
.TagClassName
{
border-color: #D10637;
}
</style>