Shades of Crimson #D9193F
Tints of Crimson #D9193F
RGB
CMYK
RGB Variations
Color information
#D9193F (or 0xD9193F) is known color: Crimson. HEX triplet: D9, 19 and 3F. RGB value is (217,25,63). Sum of RGB (Red+Green+Blue) = 217+25+63=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D9193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9193F is #26E6C0. Grayscale: #565656. Windows color (decimal): -2549441 or 4135385. OLE color: 4135385.
HSL color Cylindrical-coordinate representation of color #D9193F: hue angle of 348.12º 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 #D9193F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 63 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.15 |
| HSL | 348.13º | 0.79% | 0.47% | - |
| HSV(B) | 348.13º | 0.88% | 0.85% | - |
| XYZ | 29.86 | 15.81 | 6.18 | - |
| YUV | 86.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 63 | 0 | 0.88 | 0.71 | 0.15 | 348.13 | 0.79 | 0.47 |
| Hex | D9 | 19 | 3F | 0 | 58 | 47 | F | 15C | 4F | 2F |
| Octal | 331 | 31 | 77 | 0 | 130 | 107 | 17 | 534 | 117 | 57 |
| Binary | 11011001 | 11001 | 111111 | 0 | 1011000 | 1000111 | 1111 | 101011100 | 1001111 | 101111 |
Color Harmonies of #D9193F
Complementary color
Monochromatic Colors of #D9193F
Black with #D9193F
Text Example
Text Example
White with #D9193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9193F; }
p { color: rgb(217,25,63); }
H1.HeaderClassName
{
color: #D9193F;
}
.AnyTagClassName
{
color: #D9193F;
}
</style>
background-color css
<style>
a { background-color: #D9193F; }
a { background-color: rgb(217,25,63); }
div.DivClassName
{
background-color: #D9193F;
}
.BgClassName
{
background-color: #D9193F;
}
</style>
border-color css
<style>
span { border-color: #D9193F; }
span { border-color: rgb(217,25,63); }
td.TdClassName
{
border-color: #D9193F;
}
.TagClassName
{
border-color: #D9193F;
}
</style>