Shades of Crimson #D10739
Tints of Crimson #D10739
RGB
CMYK
RGB Variations
Color information
#D10739 (or 0xD10739) is known color: Crimson. HEX triplet: D1, 07 and 39. RGB value is (209,7,57). Sum of RGB (Red+Green+Blue) = 209+7+57=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D10739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10739 is #2EF8C6. Grayscale: #494949. Windows color (decimal): -3078343 or 3737553. OLE color: 3737553.
HSL color Cylindrical-coordinate representation of color #D10739: hue angle of 345.15º 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 #D10739 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.18 |
| HSL | 345.15º | 0.94% | 0.42% | - |
| HSV(B) | 345.15º | 0.97% | 0.82% | - |
| XYZ | 27.11 | 14 | 5.14 | - |
| YUV | 73.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 57 | 0 | 0.97 | 0.73 | 0.18 | 345.15 | 0.94 | 0.42 |
| Hex | D1 | 7 | 39 | 0 | 61 | 49 | 12 | 159 | 5E | 2A |
| Octal | 321 | 7 | 71 | 0 | 141 | 111 | 22 | 531 | 136 | 52 |
| Binary | 11010001 | 111 | 111001 | 0 | 1100001 | 1001001 | 10010 | 101011001 | 1011110 | 101010 |
Color Harmonies of #D10739
Complementary color
Monochromatic Colors of #D10739
Black with #D10739
Text Example
Text Example
White with #D10739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10739; }
p { color: rgb(209,7,57); }
H1.HeaderClassName
{
color: #D10739;
}
.AnyTagClassName
{
color: #D10739;
}
</style>
background-color css
<style>
a { background-color: #D10739; }
a { background-color: rgb(209,7,57); }
div.DivClassName
{
background-color: #D10739;
}
.BgClassName
{
background-color: #D10739;
}
</style>
border-color css
<style>
span { border-color: #D10739; }
span { border-color: rgb(209,7,57); }
td.TdClassName
{
border-color: #D10739;
}
.TagClassName
{
border-color: #D10739;
}
</style>