Shades of Crimson #D91C40
Tints of Crimson #D91C40
RGB
CMYK
RGB Variations
Color information
#D91C40 (or 0xD91C40) is known color: Crimson. HEX triplet: D9, 1C and 40. RGB value is (217,28,64). Sum of RGB (Red+Green+Blue) = 217+28+64=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C40 is #26E3BF. Grayscale: #585858. Windows color (decimal): -2548672 or 4201689. OLE color: 4201689.
HSL color Cylindrical-coordinate representation of color #D91C40: hue angle of 348.57º 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 #D91C40 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 64 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.15 |
| HSL | 348.57º | 0.77% | 0.48% | - |
| HSV(B) | 348.57º | 0.87% | 0.85% | - |
| XYZ | 29.96 | 15.95 | 6.35 | - |
| YUV | 88.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 64 | 0 | 0.87 | 0.71 | 0.15 | 348.57 | 0.77 | 0.48 |
| Hex | D9 | 1C | 40 | 0 | 57 | 47 | F | 15D | 4D | 30 |
| Octal | 331 | 34 | 100 | 0 | 127 | 107 | 17 | 535 | 115 | 60 |
| Binary | 11011001 | 11100 | 1000000 | 0 | 1010111 | 1000111 | 1111 | 101011101 | 1001101 | 110000 |
Color Harmonies of #D91C40
Complementary color
Monochromatic Colors of #D91C40
Black with #D91C40
Text Example
Text Example
White with #D91C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91C40; }
p { color: rgb(217,28,64); }
H1.HeaderClassName
{
color: #D91C40;
}
.AnyTagClassName
{
color: #D91C40;
}
</style>
background-color css
<style>
a { background-color: #D91C40; }
a { background-color: rgb(217,28,64); }
div.DivClassName
{
background-color: #D91C40;
}
.BgClassName
{
background-color: #D91C40;
}
</style>
border-color css
<style>
span { border-color: #D91C40; }
span { border-color: rgb(217,28,64); }
td.TdClassName
{
border-color: #D91C40;
}
.TagClassName
{
border-color: #D91C40;
}
</style>