Shades of Crimson #D10939
Tints of Crimson #D10939
RGB
CMYK
RGB Variations
Color information
#D10939 (or 0xD10939) is known color: Crimson. HEX triplet: D1, 09 and 39. RGB value is (209,9,57). Sum of RGB (Red+Green+Blue) = 209+9+57=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D10939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10939 is #2EF6C6. Grayscale: #4A4A4A. Windows color (decimal): -3077831 or 3738065. OLE color: 3738065.
HSL color Cylindrical-coordinate representation of color #D10939: hue angle of 345.6º degrees, saturation: 0.92, 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 #D10939 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 57 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.18 |
| HSL | 345.6º | 0.92% | 0.43% | - |
| HSV(B) | 345.6º | 0.96% | 0.82% | - |
| XYZ | 27.13 | 14.05 | 5.15 | - |
| YUV | 74.27 | 118.26 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 57 | 0 | 0.96 | 0.73 | 0.18 | 345.6 | 0.92 | 0.43 |
| Hex | D1 | 9 | 39 | 0 | 60 | 49 | 12 | 15A | 5C | 2B |
| Octal | 321 | 11 | 71 | 0 | 140 | 111 | 22 | 532 | 134 | 53 |
| Binary | 11010001 | 1001 | 111001 | 0 | 1100000 | 1001001 | 10010 | 101011010 | 1011100 | 101011 |
Color Harmonies of #D10939
Complementary color
Monochromatic Colors of #D10939
Black with #D10939
Text Example
Text Example
White with #D10939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10939; }
p { color: rgb(209,9,57); }
H1.HeaderClassName
{
color: #D10939;
}
.AnyTagClassName
{
color: #D10939;
}
</style>
background-color css
<style>
a { background-color: #D10939; }
a { background-color: rgb(209,9,57); }
div.DivClassName
{
background-color: #D10939;
}
.BgClassName
{
background-color: #D10939;
}
</style>
border-color css
<style>
span { border-color: #D10939; }
span { border-color: rgb(209,9,57); }
td.TdClassName
{
border-color: #D10939;
}
.TagClassName
{
border-color: #D10939;
}
</style>