Shades of Crimson #D91744
Tints of Crimson #D91744
RGB
CMYK
RGB Variations
Color information
#D91744 (or 0xD91744) is known color: Crimson. HEX triplet: D9, 17 and 44. RGB value is (217,23,68). Sum of RGB (Red+Green+Blue) = 217+23+68=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D91744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91744 is #26E8BB. Grayscale: #565656. Windows color (decimal): -2549948 or 4462553. OLE color: 4462553.
HSL color Cylindrical-coordinate representation of color #D91744: hue angle of 346.08º 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 #D91744 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 68 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.15 |
| HSL | 346.08º | 0.81% | 0.47% | - |
| HSV(B) | 346.08º | 0.89% | 0.85% | - |
| XYZ | 29.97 | 15.78 | 6.94 | - |
| YUV | 86.14 | 117.77 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 68 | 0 | 0.89 | 0.69 | 0.15 | 346.08 | 0.81 | 0.47 |
| Hex | D9 | 17 | 44 | 0 | 59 | 45 | F | 15A | 51 | 2F |
| Octal | 331 | 27 | 104 | 0 | 131 | 105 | 17 | 532 | 121 | 57 |
| Binary | 11011001 | 10111 | 1000100 | 0 | 1011001 | 1000101 | 1111 | 101011010 | 1010001 | 101111 |
Color Harmonies of #D91744
Complementary color
Monochromatic Colors of #D91744
Black with #D91744
Text Example
Text Example
White with #D91744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91744; }
p { color: rgb(217,23,68); }
H1.HeaderClassName
{
color: #D91744;
}
.AnyTagClassName
{
color: #D91744;
}
</style>
background-color css
<style>
a { background-color: #D91744; }
a { background-color: rgb(217,23,68); }
div.DivClassName
{
background-color: #D91744;
}
.BgClassName
{
background-color: #D91744;
}
</style>
border-color css
<style>
span { border-color: #D91744; }
span { border-color: rgb(217,23,68); }
td.TdClassName
{
border-color: #D91744;
}
.TagClassName
{
border-color: #D91744;
}
</style>