Shades of Crimson #D9193B
Tints of Crimson #D9193B
RGB
CMYK
RGB Variations
Color information
#D9193B (or 0xD9193B) is known color: Crimson. HEX triplet: D9, 19 and 3B. RGB value is (217,25,59). Sum of RGB (Red+Green+Blue) = 217+25+59=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9193B is #26E6C4. Grayscale: #565656. Windows color (decimal): -2549445 or 3873241. OLE color: 3873241.
HSL color Cylindrical-coordinate representation of color #D9193B: hue angle of 349.38º 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 #D9193B is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 59 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.15 |
| HSL | 349.38º | 0.79% | 0.47% | - |
| HSV(B) | 349.38º | 0.88% | 0.85% | - |
| XYZ | 29.75 | 15.76 | 5.61 | - |
| YUV | 86.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 59 | 0 | 0.88 | 0.73 | 0.15 | 349.38 | 0.79 | 0.47 |
| Hex | D9 | 19 | 3B | 0 | 58 | 49 | F | 15D | 4F | 2F |
| Octal | 331 | 31 | 73 | 0 | 130 | 111 | 17 | 535 | 117 | 57 |
| Binary | 11011001 | 11001 | 111011 | 0 | 1011000 | 1001001 | 1111 | 101011101 | 1001111 | 101111 |
Color Harmonies of #D9193B
Complementary color
Monochromatic Colors of #D9193B
Black with #D9193B
Text Example
Text Example
White with #D9193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9193B; }
p { color: rgb(217,25,59); }
H1.HeaderClassName
{
color: #D9193B;
}
.AnyTagClassName
{
color: #D9193B;
}
</style>
background-color css
<style>
a { background-color: #D9193B; }
a { background-color: rgb(217,25,59); }
div.DivClassName
{
background-color: #D9193B;
}
.BgClassName
{
background-color: #D9193B;
}
</style>
border-color css
<style>
span { border-color: #D9193B; }
span { border-color: rgb(217,25,59); }
td.TdClassName
{
border-color: #D9193B;
}
.TagClassName
{
border-color: #D9193B;
}
</style>