Shades of Crimson #D91632
Tints of Crimson #D91632
RGB
CMYK
RGB Variations
Color information
#D91632 (or 0xD91632) is known color: Crimson. HEX triplet: D9, 16 and 32. RGB value is (217,22,50). Sum of RGB (Red+Green+Blue) = 217+22+50=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91632 is #26E9CD. Grayscale: #535353. Windows color (decimal): -2550222 or 3282649. OLE color: 3282649.
HSL color Cylindrical-coordinate representation of color #D91632: hue angle of 351.38º 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 #D91632 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 50 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.15 |
| HSL | 351.38º | 0.82% | 0.47% | - |
| HSV(B) | 351.38º | 0.9% | 0.85% | - |
| XYZ | 29.48 | 15.56 | 4.47 | - |
| YUV | 83.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 50 | 0 | 0.90 | 0.77 | 0.15 | 351.38 | 0.82 | 0.47 |
| Hex | D9 | 16 | 32 | 0 | 5A | 4D | F | 15F | 52 | 2F |
| Octal | 331 | 26 | 62 | 0 | 132 | 115 | 17 | 537 | 122 | 57 |
| Binary | 11011001 | 10110 | 110010 | 0 | 1011010 | 1001101 | 1111 | 101011111 | 1010010 | 101111 |
Color Harmonies of #D91632
Complementary color
Monochromatic Colors of #D91632
Black with #D91632
Text Example
Text Example
White with #D91632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91632; }
p { color: rgb(217,22,50); }
H1.HeaderClassName
{
color: #D91632;
}
.AnyTagClassName
{
color: #D91632;
}
</style>
background-color css
<style>
a { background-color: #D91632; }
a { background-color: rgb(217,22,50); }
div.DivClassName
{
background-color: #D91632;
}
.BgClassName
{
background-color: #D91632;
}
</style>
border-color css
<style>
span { border-color: #D91632; }
span { border-color: rgb(217,22,50); }
td.TdClassName
{
border-color: #D91632;
}
.TagClassName
{
border-color: #D91632;
}
</style>