Shades of Crimson #D10039
Tints of Crimson #D10039
RGB
CMYK
RGB Variations
Color information
#D10039 (or 0xD10039) is known color: Crimson. HEX triplet: D1, 00 and 39. RGB value is (209,0,57). Sum of RGB (Red+Green+Blue) = 209+0+57=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D10039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10039 is #2EFFC6. Grayscale: #444444. Windows color (decimal): -3080135 or 3735761. OLE color: 3735761.
HSL color Cylindrical-coordinate representation of color #D10039: hue angle of 343.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10039 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.73 | 0.18 |
| HSL | 343.64º | 1% | 0.41% | - |
| HSV(B) | 343.64º | 1% | 0.82% | - |
| XYZ | 27.03 | 13.85 | 5.12 | - |
| YUV | 68.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 57 | 0 | 1 | 0.73 | 0.18 | 343.64 | 1 | 0.41 |
| Hex | D1 | 0 | 39 | 0 | 64 | 49 | 12 | 158 | 64 | 29 |
| Octal | 321 | 0 | 71 | 0 | 144 | 111 | 22 | 530 | 144 | 51 |
| Binary | 11010001 | 0 | 111001 | 0 | 1100100 | 1001001 | 10010 | 101011000 | 1100100 | 101001 |
Color Harmonies of #D10039
Complementary color
Monochromatic Colors of #D10039
Black with #D10039
Text Example
Text Example
White with #D10039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10039; }
p { color: rgb(209,0,57); }
H1.HeaderClassName
{
color: #D10039;
}
.AnyTagClassName
{
color: #D10039;
}
</style>
background-color css
<style>
a { background-color: #D10039; }
a { background-color: rgb(209,0,57); }
div.DivClassName
{
background-color: #D10039;
}
.BgClassName
{
background-color: #D10039;
}
</style>
border-color css
<style>
span { border-color: #D10039; }
span { border-color: rgb(209,0,57); }
td.TdClassName
{
border-color: #D10039;
}
.TagClassName
{
border-color: #D10039;
}
</style>