Shades of Crimson #D9194D
Tints of Crimson #D9194D
RGB
CMYK
RGB Variations
Color information
#D9194D (or 0xD9194D) is known color: Crimson. HEX triplet: D9, 19 and 4D. RGB value is (217,25,77). Sum of RGB (Red+Green+Blue) = 217+25+77=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D9194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9194D is #26E6B2. Grayscale: #585858. Windows color (decimal): -2549427 or 5052889. OLE color: 5052889.
HSL color Cylindrical-coordinate representation of color #D9194D: hue angle of 343.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9194D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.15 |
| HSL | 343.75º | 0.79% | 0.47% | - |
| HSV(B) | 343.75º | 0.88% | 0.85% | - |
| XYZ | 30.3 | 15.98 | 8.51 | - |
| YUV | 88.34 | 121.61 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 77 | 0 | 0.88 | 0.65 | 0.15 | 343.75 | 0.79 | 0.47 |
| Hex | D9 | 19 | 4D | 0 | 58 | 41 | F | 158 | 4F | 2F |
| Octal | 331 | 31 | 115 | 0 | 130 | 101 | 17 | 530 | 117 | 57 |
| Binary | 11011001 | 11001 | 1001101 | 0 | 1011000 | 1000001 | 1111 | 101011000 | 1001111 | 101111 |
Color Harmonies of #D9194D
Complementary color
Monochromatic Colors of #D9194D
Black with #D9194D
Text Example
Text Example
White with #D9194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9194D; }
p { color: rgb(217,25,77); }
H1.HeaderClassName
{
color: #D9194D;
}
.AnyTagClassName
{
color: #D9194D;
}
</style>
background-color css
<style>
a { background-color: #D9194D; }
a { background-color: rgb(217,25,77); }
div.DivClassName
{
background-color: #D9194D;
}
.BgClassName
{
background-color: #D9194D;
}
</style>
border-color css
<style>
span { border-color: #D9194D; }
span { border-color: rgb(217,25,77); }
td.TdClassName
{
border-color: #D9194D;
}
.TagClassName
{
border-color: #D9194D;
}
</style>