Shades of Crimson #D91346
Tints of Crimson #D91346
RGB
CMYK
RGB Variations
Color information
#D91346 (or 0xD91346) is known color: Crimson. HEX triplet: D9, 13 and 46. RGB value is (217,19,70). Sum of RGB (Red+Green+Blue) = 217+19+70=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D91346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91346 is #26ECB9. Grayscale: #545454. Windows color (decimal): -2550970 or 4592601. OLE color: 4592601.
HSL color Cylindrical-coordinate representation of color #D91346: hue angle of 344.55º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91346 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 70 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.15 |
| HSL | 344.55º | 0.84% | 0.46% | - |
| HSV(B) | 344.55º | 0.91% | 0.85% | - |
| XYZ | 29.95 | 15.66 | 7.24 | - |
| YUV | 84.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 70 | 0 | 0.91 | 0.68 | 0.15 | 344.55 | 0.84 | 0.46 |
| Hex | D9 | 13 | 46 | 0 | 5B | 44 | F | 159 | 54 | 2E |
| Octal | 331 | 23 | 106 | 0 | 133 | 104 | 17 | 531 | 124 | 56 |
| Binary | 11011001 | 10011 | 1000110 | 0 | 1011011 | 1000100 | 1111 | 101011001 | 1010100 | 101110 |
Color Harmonies of #D91346
Complementary color
Monochromatic Colors of #D91346
Black with #D91346
Text Example
Text Example
White with #D91346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91346; }
p { color: rgb(217,19,70); }
H1.HeaderClassName
{
color: #D91346;
}
.AnyTagClassName
{
color: #D91346;
}
</style>
background-color css
<style>
a { background-color: #D91346; }
a { background-color: rgb(217,19,70); }
div.DivClassName
{
background-color: #D91346;
}
.BgClassName
{
background-color: #D91346;
}
</style>
border-color css
<style>
span { border-color: #D91346; }
span { border-color: rgb(217,19,70); }
td.TdClassName
{
border-color: #D91346;
}
.TagClassName
{
border-color: #D91346;
}
</style>