Shades of Crimson #D91844
Tints of Crimson #D91844
RGB
CMYK
RGB Variations
Color information
#D91844 (or 0xD91844) is known color: Crimson. HEX triplet: D9, 18 and 44. RGB value is (217,24,68). Sum of RGB (Red+Green+Blue) = 217+24+68=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D91844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91844 is #26E7BB. Grayscale: #565656. Windows color (decimal): -2549692 or 4462809. OLE color: 4462809.
HSL color Cylindrical-coordinate representation of color #D91844: hue angle of 346.32º degrees, saturation: 0.8, 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 #D91844 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 68 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.15 |
| HSL | 346.32º | 0.8% | 0.47% | - |
| HSV(B) | 346.32º | 0.89% | 0.85% | - |
| XYZ | 29.99 | 15.82 | 6.94 | - |
| YUV | 86.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 68 | 0 | 0.89 | 0.69 | 0.15 | 346.32 | 0.8 | 0.47 |
| Hex | D9 | 18 | 44 | 0 | 59 | 45 | F | 15A | 50 | 2F |
| Octal | 331 | 30 | 104 | 0 | 131 | 105 | 17 | 532 | 120 | 57 |
| Binary | 11011001 | 11000 | 1000100 | 0 | 1011001 | 1000101 | 1111 | 101011010 | 1010000 | 101111 |
Color Harmonies of #D91844
Complementary color
Monochromatic Colors of #D91844
Black with #D91844
Text Example
Text Example
White with #D91844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91844; }
p { color: rgb(217,24,68); }
H1.HeaderClassName
{
color: #D91844;
}
.AnyTagClassName
{
color: #D91844;
}
</style>
background-color css
<style>
a { background-color: #D91844; }
a { background-color: rgb(217,24,68); }
div.DivClassName
{
background-color: #D91844;
}
.BgClassName
{
background-color: #D91844;
}
</style>
border-color css
<style>
span { border-color: #D91844; }
span { border-color: rgb(217,24,68); }
td.TdClassName
{
border-color: #D91844;
}
.TagClassName
{
border-color: #D91844;
}
</style>