Shades of Crimson #D91531
Tints of Crimson #D91531
RGB
CMYK
RGB Variations
Color information
#D91531 (or 0xD91531) is known color: Crimson. HEX triplet: D9, 15 and 31. RGB value is (217,21,49). Sum of RGB (Red+Green+Blue) = 217+21+49=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D91531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91531 is #26EACE. Grayscale: #525252. Windows color (decimal): -2550479 or 3216857. OLE color: 3216857.
HSL color Cylindrical-coordinate representation of color #D91531: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91531 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 49 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.15 |
| HSL | 351.43º | 0.82% | 0.47% | - |
| HSV(B) | 351.43º | 0.9% | 0.85% | - |
| XYZ | 29.44 | 15.51 | 4.35 | - |
| YUV | 82.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 49 | 0 | 0.90 | 0.77 | 0.15 | 351.43 | 0.82 | 0.47 |
| Hex | D9 | 15 | 31 | 0 | 5A | 4D | F | 15F | 52 | 2F |
| Octal | 331 | 25 | 61 | 0 | 132 | 115 | 17 | 537 | 122 | 57 |
| Binary | 11011001 | 10101 | 110001 | 0 | 1011010 | 1001101 | 1111 | 101011111 | 1010010 | 101111 |
Color Harmonies of #D91531
Complementary color
Monochromatic Colors of #D91531
Black with #D91531
Text Example
Text Example
White with #D91531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91531; }
p { color: rgb(217,21,49); }
H1.HeaderClassName
{
color: #D91531;
}
.AnyTagClassName
{
color: #D91531;
}
</style>
background-color css
<style>
a { background-color: #D91531; }
a { background-color: rgb(217,21,49); }
div.DivClassName
{
background-color: #D91531;
}
.BgClassName
{
background-color: #D91531;
}
</style>
border-color css
<style>
span { border-color: #D91531; }
span { border-color: rgb(217,21,49); }
td.TdClassName
{
border-color: #D91531;
}
.TagClassName
{
border-color: #D91531;
}
</style>