Shades of Crimson #D10839
Tints of Crimson #D10839
RGB
CMYK
RGB Variations
Color information
#D10839 (or 0xD10839) is known color: Crimson. HEX triplet: D1, 08 and 39. RGB value is (209,8,57). Sum of RGB (Red+Green+Blue) = 209+8+57=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D10839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10839 is #2EF7C6. Grayscale: #494949. Windows color (decimal): -3078087 or 3737809. OLE color: 3737809.
HSL color Cylindrical-coordinate representation of color #D10839: hue angle of 345.37º 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 #D10839 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 57 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.18 |
| HSL | 345.37º | 0.93% | 0.43% | - |
| HSV(B) | 345.37º | 0.96% | 0.82% | - |
| XYZ | 27.12 | 14.02 | 5.15 | - |
| YUV | 73.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 57 | 0 | 0.96 | 0.73 | 0.18 | 345.37 | 0.93 | 0.43 |
| Hex | D1 | 8 | 39 | 0 | 60 | 49 | 12 | 159 | 5D | 2B |
| Octal | 321 | 10 | 71 | 0 | 140 | 111 | 22 | 531 | 135 | 53 |
| Binary | 11010001 | 1000 | 111001 | 0 | 1100000 | 1001001 | 10010 | 101011001 | 1011101 | 101011 |
Color Harmonies of #D10839
Complementary color
Monochromatic Colors of #D10839
Black with #D10839
Text Example
Text Example
White with #D10839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10839; }
p { color: rgb(209,8,57); }
H1.HeaderClassName
{
color: #D10839;
}
.AnyTagClassName
{
color: #D10839;
}
</style>
background-color css
<style>
a { background-color: #D10839; }
a { background-color: rgb(209,8,57); }
div.DivClassName
{
background-color: #D10839;
}
.BgClassName
{
background-color: #D10839;
}
</style>
border-color css
<style>
span { border-color: #D10839; }
span { border-color: rgb(209,8,57); }
td.TdClassName
{
border-color: #D10839;
}
.TagClassName
{
border-color: #D10839;
}
</style>