Shades of Crimson #D10537
Tints of Crimson #D10537
RGB
CMYK
RGB Variations
Color information
#D10537 (or 0xD10537) is known color: Crimson. HEX triplet: D1, 05 and 37. RGB value is (209,5,55). Sum of RGB (Red+Green+Blue) = 209+5+55=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D10537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10537 is #2EFAC8. Grayscale: #474747. Windows color (decimal): -3078857 or 3605969. OLE color: 3605969.
HSL color Cylindrical-coordinate representation of color #D10537: hue angle of 345.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10537 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.18 |
| HSL | 345.29º | 0.95% | 0.42% | - |
| HSV(B) | 345.29º | 0.98% | 0.82% | - |
| XYZ | 27.04 | 13.94 | 4.88 | - |
| YUV | 71.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 55 | 0 | 0.98 | 0.74 | 0.18 | 345.29 | 0.95 | 0.42 |
| Hex | D1 | 5 | 37 | 0 | 62 | 4A | 12 | 159 | 5F | 2A |
| Octal | 321 | 5 | 67 | 0 | 142 | 112 | 22 | 531 | 137 | 52 |
| Binary | 11010001 | 101 | 110111 | 0 | 1100010 | 1001010 | 10010 | 101011001 | 1011111 | 101010 |
Color Harmonies of #D10537
Complementary color
Monochromatic Colors of #D10537
Black with #D10537
Text Example
Text Example
White with #D10537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10537; }
p { color: rgb(209,5,55); }
H1.HeaderClassName
{
color: #D10537;
}
.AnyTagClassName
{
color: #D10537;
}
</style>
background-color css
<style>
a { background-color: #D10537; }
a { background-color: rgb(209,5,55); }
div.DivClassName
{
background-color: #D10537;
}
.BgClassName
{
background-color: #D10537;
}
</style>
border-color css
<style>
span { border-color: #D10537; }
span { border-color: rgb(209,5,55); }
td.TdClassName
{
border-color: #D10537;
}
.TagClassName
{
border-color: #D10537;
}
</style>