Shades of Crimson #D91733
Tints of Crimson #D91733
RGB
CMYK
RGB Variations
Color information
#D91733 (or 0xD91733) is known color: Crimson. HEX triplet: D9, 17 and 33. RGB value is (217,23,51). Sum of RGB (Red+Green+Blue) = 217+23+51=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91733 is #26E8CC. Grayscale: #545454. Windows color (decimal): -2549965 or 3348441. OLE color: 3348441.
HSL color Cylindrical-coordinate representation of color #D91733: hue angle of 351.34º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91733 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 51 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.15 |
| HSL | 351.34º | 0.81% | 0.47% | - |
| HSV(B) | 351.34º | 0.89% | 0.85% | - |
| XYZ | 29.52 | 15.6 | 4.59 | - |
| YUV | 84.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 51 | 0 | 0.89 | 0.76 | 0.15 | 351.34 | 0.81 | 0.47 |
| Hex | D9 | 17 | 33 | 0 | 59 | 4C | F | 15F | 51 | 2F |
| Octal | 331 | 27 | 63 | 0 | 131 | 114 | 17 | 537 | 121 | 57 |
| Binary | 11011001 | 10111 | 110011 | 0 | 1011001 | 1001100 | 1111 | 101011111 | 1010001 | 101111 |
Color Harmonies of #D91733
Complementary color
Monochromatic Colors of #D91733
Black with #D91733
Text Example
Text Example
White with #D91733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91733; }
p { color: rgb(217,23,51); }
H1.HeaderClassName
{
color: #D91733;
}
.AnyTagClassName
{
color: #D91733;
}
</style>
background-color css
<style>
a { background-color: #D91733; }
a { background-color: rgb(217,23,51); }
div.DivClassName
{
background-color: #D91733;
}
.BgClassName
{
background-color: #D91733;
}
</style>
border-color css
<style>
span { border-color: #D91733; }
span { border-color: rgb(217,23,51); }
td.TdClassName
{
border-color: #D91733;
}
.TagClassName
{
border-color: #D91733;
}
</style>