Shades of Crimson #D9194E
Tints of Crimson #D9194E
RGB
CMYK
RGB Variations
Color information
#D9194E (or 0xD9194E) is known color: Crimson. HEX triplet: D9, 19 and 4E. RGB value is (217,25,78). Sum of RGB (Red+Green+Blue) = 217+25+78=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D9194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9194E is #26E6B1. Grayscale: #585858. Windows color (decimal): -2549426 or 5118425. OLE color: 5118425.
HSL color Cylindrical-coordinate representation of color #D9194E: hue angle of 343.44º 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 #D9194E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 78 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.15 |
| HSL | 343.44º | 0.79% | 0.47% | - |
| HSV(B) | 343.44º | 0.88% | 0.85% | - |
| XYZ | 30.34 | 16 | 8.7 | - |
| YUV | 88.45 | 122.11 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 78 | 0 | 0.88 | 0.64 | 0.15 | 343.44 | 0.79 | 0.47 |
| Hex | D9 | 19 | 4E | 0 | 58 | 40 | F | 157 | 4F | 2F |
| Octal | 331 | 31 | 116 | 0 | 130 | 100 | 17 | 527 | 117 | 57 |
| Binary | 11011001 | 11001 | 1001110 | 0 | 1011000 | 1000000 | 1111 | 101010111 | 1001111 | 101111 |
Color Harmonies of #D9194E
Complementary color
Monochromatic Colors of #D9194E
Black with #D9194E
Text Example
Text Example
White with #D9194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9194E; }
p { color: rgb(217,25,78); }
H1.HeaderClassName
{
color: #D9194E;
}
.AnyTagClassName
{
color: #D9194E;
}
</style>
background-color css
<style>
a { background-color: #D9194E; }
a { background-color: rgb(217,25,78); }
div.DivClassName
{
background-color: #D9194E;
}
.BgClassName
{
background-color: #D9194E;
}
</style>
border-color css
<style>
span { border-color: #D9194E; }
span { border-color: rgb(217,25,78); }
td.TdClassName
{
border-color: #D9194E;
}
.TagClassName
{
border-color: #D9194E;
}
</style>