Shades of Crimson #D10837
Tints of Crimson #D10837
RGB
CMYK
RGB Variations
Color information
#D10837 (or 0xD10837) is known color: Crimson. HEX triplet: D1, 08 and 37. RGB value is (209,8,55). Sum of RGB (Red+Green+Blue) = 209+8+55=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D10837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10837 is #2EF7C8. Grayscale: #494949. Windows color (decimal): -3078089 or 3606737. OLE color: 3606737.
HSL color Cylindrical-coordinate representation of color #D10837: hue angle of 345.97º degrees, saturation: 0.93, 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 #D10837 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.18 |
| HSL | 345.97º | 0.93% | 0.43% | - |
| HSV(B) | 345.97º | 0.96% | 0.82% | - |
| XYZ | 27.07 | 14 | 4.89 | - |
| YUV | 73.46 | 117.59 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 55 | 0 | 0.96 | 0.74 | 0.18 | 345.97 | 0.93 | 0.43 |
| Hex | D1 | 8 | 37 | 0 | 60 | 4A | 12 | 15A | 5D | 2B |
| Octal | 321 | 10 | 67 | 0 | 140 | 112 | 22 | 532 | 135 | 53 |
| Binary | 11010001 | 1000 | 110111 | 0 | 1100000 | 1001010 | 10010 | 101011010 | 1011101 | 101011 |
Color Harmonies of #D10837
Complementary color
Monochromatic Colors of #D10837
Black with #D10837
Text Example
Text Example
White with #D10837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10837; }
p { color: rgb(209,8,55); }
H1.HeaderClassName
{
color: #D10837;
}
.AnyTagClassName
{
color: #D10837;
}
</style>
background-color css
<style>
a { background-color: #D10837; }
a { background-color: rgb(209,8,55); }
div.DivClassName
{
background-color: #D10837;
}
.BgClassName
{
background-color: #D10837;
}
</style>
border-color css
<style>
span { border-color: #D10837; }
span { border-color: rgb(209,8,55); }
td.TdClassName
{
border-color: #D10837;
}
.TagClassName
{
border-color: #D10837;
}
</style>