Shades of Crimson #D91039
Tints of Crimson #D91039
RGB
CMYK
RGB Variations
Color information
#D91039 (or 0xD91039) is known color: Crimson. HEX triplet: D9, 10 and 39. RGB value is (217,16,57). Sum of RGB (Red+Green+Blue) = 217+16+57=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91039 is #26EFC6. Grayscale: #505050. Windows color (decimal): -2551751 or 3739865. OLE color: 3739865.
HSL color Cylindrical-coordinate representation of color #D91039: hue angle of 347.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91039 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 57 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.15 |
| HSL | 347.76º | 0.86% | 0.46% | - |
| HSV(B) | 347.76º | 0.93% | 0.85% | - |
| XYZ | 29.54 | 15.42 | 5.29 | - |
| YUV | 80.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 57 | 0 | 0.93 | 0.74 | 0.15 | 347.76 | 0.86 | 0.46 |
| Hex | D9 | 10 | 39 | 0 | 5D | 4A | F | 15C | 56 | 2E |
| Octal | 331 | 20 | 71 | 0 | 135 | 112 | 17 | 534 | 126 | 56 |
| Binary | 11011001 | 10000 | 111001 | 0 | 1011101 | 1001010 | 1111 | 101011100 | 1010110 | 101110 |
Color Harmonies of #D91039
Complementary color
Monochromatic Colors of #D91039
Black with #D91039
Text Example
Text Example
White with #D91039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91039; }
p { color: rgb(217,16,57); }
H1.HeaderClassName
{
color: #D91039;
}
.AnyTagClassName
{
color: #D91039;
}
</style>
background-color css
<style>
a { background-color: #D91039; }
a { background-color: rgb(217,16,57); }
div.DivClassName
{
background-color: #D91039;
}
.BgClassName
{
background-color: #D91039;
}
</style>
border-color css
<style>
span { border-color: #D91039; }
span { border-color: rgb(217,16,57); }
td.TdClassName
{
border-color: #D91039;
}
.TagClassName
{
border-color: #D91039;
}
</style>