Shades of Crimson #D91041
Tints of Crimson #D91041
RGB
CMYK
RGB Variations
Color information
#D91041 (or 0xD91041) is known color: Crimson. HEX triplet: D9, 10 and 41. RGB value is (217,16,65). Sum of RGB (Red+Green+Blue) = 217+16+65=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D91041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91041 is #26EFBE. Grayscale: #515151. Windows color (decimal): -2551743 or 4264153. OLE color: 4264153.
HSL color Cylindrical-coordinate representation of color #D91041: hue angle of 345.37º 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 #D91041 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 65 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.15 |
| HSL | 345.37º | 0.86% | 0.46% | - |
| HSV(B) | 345.37º | 0.93% | 0.85% | - |
| XYZ | 29.75 | 15.5 | 6.43 | - |
| YUV | 81.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 65 | 0 | 0.93 | 0.70 | 0.15 | 345.37 | 0.86 | 0.46 |
| Hex | D9 | 10 | 41 | 0 | 5D | 46 | F | 159 | 56 | 2E |
| Octal | 331 | 20 | 101 | 0 | 135 | 106 | 17 | 531 | 126 | 56 |
| Binary | 11011001 | 10000 | 1000001 | 0 | 1011101 | 1000110 | 1111 | 101011001 | 1010110 | 101110 |
Color Harmonies of #D91041
Complementary color
Monochromatic Colors of #D91041
Black with #D91041
Text Example
Text Example
White with #D91041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91041; }
p { color: rgb(217,16,65); }
H1.HeaderClassName
{
color: #D91041;
}
.AnyTagClassName
{
color: #D91041;
}
</style>
background-color css
<style>
a { background-color: #D91041; }
a { background-color: rgb(217,16,65); }
div.DivClassName
{
background-color: #D91041;
}
.BgClassName
{
background-color: #D91041;
}
</style>
border-color css
<style>
span { border-color: #D91041; }
span { border-color: rgb(217,16,65); }
td.TdClassName
{
border-color: #D91041;
}
.TagClassName
{
border-color: #D91041;
}
</style>