Shades of Crimson #D91C41
Tints of Crimson #D91C41
RGB
CMYK
RGB Variations
Color information
#D91C41 (or 0xD91C41) is known color: Crimson. HEX triplet: D9, 1C and 41. RGB value is (217,28,65). Sum of RGB (Red+Green+Blue) = 217+28+65=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C41 is #26E3BE. Grayscale: #585858. Windows color (decimal): -2548671 or 4267225. OLE color: 4267225.
HSL color Cylindrical-coordinate representation of color #D91C41: hue angle of 348.25º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91C41 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 65 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.15 |
| HSL | 348.25º | 0.77% | 0.48% | - |
| HSV(B) | 348.25º | 0.87% | 0.85% | - |
| XYZ | 29.98 | 15.96 | 6.5 | - |
| YUV | 88.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 65 | 0 | 0.87 | 0.70 | 0.15 | 348.25 | 0.77 | 0.48 |
| Hex | D9 | 1C | 41 | 0 | 57 | 46 | F | 15C | 4D | 30 |
| Octal | 331 | 34 | 101 | 0 | 127 | 106 | 17 | 534 | 115 | 60 |
| Binary | 11011001 | 11100 | 1000001 | 0 | 1010111 | 1000110 | 1111 | 101011100 | 1001101 | 110000 |
Color Harmonies of #D91C41
Complementary color
Monochromatic Colors of #D91C41
Black with #D91C41
Text Example
Text Example
White with #D91C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91C41; }
p { color: rgb(217,28,65); }
H1.HeaderClassName
{
color: #D91C41;
}
.AnyTagClassName
{
color: #D91C41;
}
</style>
background-color css
<style>
a { background-color: #D91C41; }
a { background-color: rgb(217,28,65); }
div.DivClassName
{
background-color: #D91C41;
}
.BgClassName
{
background-color: #D91C41;
}
</style>
border-color css
<style>
span { border-color: #D91C41; }
span { border-color: rgb(217,28,65); }
td.TdClassName
{
border-color: #D91C41;
}
.TagClassName
{
border-color: #D91C41;
}
</style>