Shades of Crimson #D6193F
Tints of Crimson #D6193F
RGB
CMYK
RGB Variations
Color information
#D6193F (or 0xD6193F) is known color: Crimson. HEX triplet: D6, 19 and 3F. RGB value is (214,25,63). Sum of RGB (Red+Green+Blue) = 214+25+63=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D6193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6193F is #29E6C0. Grayscale: #555555. Windows color (decimal): -2746049 or 4135382. OLE color: 4135382.
HSL color Cylindrical-coordinate representation of color #D6193F: hue angle of 347.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6193F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 63 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.16 |
| HSL | 347.94º | 0.79% | 0.47% | - |
| HSV(B) | 347.94º | 0.88% | 0.84% | - |
| XYZ | 28.98 | 15.35 | 6.14 | - |
| YUV | 85.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 63 | 0 | 0.88 | 0.71 | 0.16 | 347.94 | 0.79 | 0.47 |
| Hex | D6 | 19 | 3F | 0 | 58 | 47 | 10 | 15C | 4F | 2F |
| Octal | 326 | 31 | 77 | 0 | 130 | 107 | 20 | 534 | 117 | 57 |
| Binary | 11010110 | 11001 | 111111 | 0 | 1011000 | 1000111 | 10000 | 101011100 | 1001111 | 101111 |
Color Harmonies of #D6193F
Complementary color
Monochromatic Colors of #D6193F
Black with #D6193F
Text Example
Text Example
White with #D6193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6193F; }
p { color: rgb(214,25,63); }
H1.HeaderClassName
{
color: #D6193F;
}
.AnyTagClassName
{
color: #D6193F;
}
</style>
background-color css
<style>
a { background-color: #D6193F; }
a { background-color: rgb(214,25,63); }
div.DivClassName
{
background-color: #D6193F;
}
.BgClassName
{
background-color: #D6193F;
}
</style>
border-color css
<style>
span { border-color: #D6193F; }
span { border-color: rgb(214,25,63); }
td.TdClassName
{
border-color: #D6193F;
}
.TagClassName
{
border-color: #D6193F;
}
</style>