Shades of Crimson #D10237
Tints of Crimson #D10237
RGB
CMYK
RGB Variations
Color information
#D10237 (or 0xD10237) is known color: Crimson. HEX triplet: D1, 02 and 37. RGB value is (209,2,55). Sum of RGB (Red+Green+Blue) = 209+2+55=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D10237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10237 is #2EFDC8. Grayscale: #454545. Windows color (decimal): -3079625 or 3605201. OLE color: 3605201.
HSL color Cylindrical-coordinate representation of color #D10237: hue angle of 344.64º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10237 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.18 |
| HSL | 344.64º | 0.98% | 0.41% | - |
| HSV(B) | 344.64º | 0.99% | 0.82% | - |
| XYZ | 27.01 | 13.87 | 4.87 | - |
| YUV | 69.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 55 | 0 | 0.99 | 0.74 | 0.18 | 344.64 | 0.98 | 0.41 |
| Hex | D1 | 2 | 37 | 0 | 63 | 4A | 12 | 159 | 62 | 29 |
| Octal | 321 | 2 | 67 | 0 | 143 | 112 | 22 | 531 | 142 | 51 |
| Binary | 11010001 | 10 | 110111 | 0 | 1100011 | 1001010 | 10010 | 101011001 | 1100010 | 101001 |
Color Harmonies of #D10237
Complementary color
Monochromatic Colors of #D10237
Black with #D10237
Text Example
Text Example
White with #D10237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10237; }
p { color: rgb(209,2,55); }
H1.HeaderClassName
{
color: #D10237;
}
.AnyTagClassName
{
color: #D10237;
}
</style>
background-color css
<style>
a { background-color: #D10237; }
a { background-color: rgb(209,2,55); }
div.DivClassName
{
background-color: #D10237;
}
.BgClassName
{
background-color: #D10237;
}
</style>
border-color css
<style>
span { border-color: #D10237; }
span { border-color: rgb(209,2,55); }
td.TdClassName
{
border-color: #D10237;
}
.TagClassName
{
border-color: #D10237;
}
</style>