Shades of Crimson #D91048
Tints of Crimson #D91048
RGB
CMYK
RGB Variations
Color information
#D91048 (or 0xD91048) is known color: Crimson. HEX triplet: D9, 10 and 48. RGB value is (217,16,72). Sum of RGB (Red+Green+Blue) = 217+16+72=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91048 is #26EFB7. Grayscale: #525252. Windows color (decimal): -2551736 or 4722905. OLE color: 4722905.
HSL color Cylindrical-coordinate representation of color #D91048: hue angle of 343.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91048 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 72 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.15 |
| HSL | 343.28º | 0.86% | 0.46% | - |
| HSV(B) | 343.28º | 0.93% | 0.85% | - |
| XYZ | 29.97 | 15.59 | 7.56 | - |
| YUV | 82.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 72 | 0 | 0.93 | 0.67 | 0.15 | 343.28 | 0.86 | 0.46 |
| Hex | D9 | 10 | 48 | 0 | 5D | 43 | F | 157 | 56 | 2E |
| Octal | 331 | 20 | 110 | 0 | 135 | 103 | 17 | 527 | 126 | 56 |
| Binary | 11011001 | 10000 | 1001000 | 0 | 1011101 | 1000011 | 1111 | 101010111 | 1010110 | 101110 |
Color Harmonies of #D91048
Complementary color
Monochromatic Colors of #D91048
Black with #D91048
Text Example
Text Example
White with #D91048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91048; }
p { color: rgb(217,16,72); }
H1.HeaderClassName
{
color: #D91048;
}
.AnyTagClassName
{
color: #D91048;
}
</style>
background-color css
<style>
a { background-color: #D91048; }
a { background-color: rgb(217,16,72); }
div.DivClassName
{
background-color: #D91048;
}
.BgClassName
{
background-color: #D91048;
}
</style>
border-color css
<style>
span { border-color: #D91048; }
span { border-color: rgb(217,16,72); }
td.TdClassName
{
border-color: #D91048;
}
.TagClassName
{
border-color: #D91048;
}
</style>