Shades of Crimson #D1193E
Tints of Crimson #D1193E
RGB
CMYK
RGB Variations
Color information
#D1193E (or 0xD1193E) is known color: Crimson. HEX triplet: D1, 19 and 3E. RGB value is (209,25,62). Sum of RGB (Red+Green+Blue) = 209+25+62=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D1193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1193E is #2EE6C1. Grayscale: #545454. Windows color (decimal): -3073730 or 4069841. OLE color: 4069841.
HSL color Cylindrical-coordinate representation of color #D1193E: hue angle of 347.93º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1193E is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 62 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.18 |
| HSL | 347.93º | 0.79% | 0.46% | - |
| HSV(B) | 347.93º | 0.88% | 0.82% | - |
| XYZ | 27.51 | 14.6 | 5.93 | - |
| YUV | 84.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 62 | 0 | 0.88 | 0.70 | 0.18 | 347.93 | 0.79 | 0.46 |
| Hex | D1 | 19 | 3E | 0 | 58 | 46 | 12 | 15C | 4F | 2E |
| Octal | 321 | 31 | 76 | 0 | 130 | 106 | 22 | 534 | 117 | 56 |
| Binary | 11010001 | 11001 | 111110 | 0 | 1011000 | 1000110 | 10010 | 101011100 | 1001111 | 101110 |
Color Harmonies of #D1193E
Complementary color
Monochromatic Colors of #D1193E
Black with #D1193E
Text Example
Text Example
White with #D1193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1193E; }
p { color: rgb(209,25,62); }
H1.HeaderClassName
{
color: #D1193E;
}
.AnyTagClassName
{
color: #D1193E;
}
</style>
background-color css
<style>
a { background-color: #D1193E; }
a { background-color: rgb(209,25,62); }
div.DivClassName
{
background-color: #D1193E;
}
.BgClassName
{
background-color: #D1193E;
}
</style>
border-color css
<style>
span { border-color: #D1193E; }
span { border-color: rgb(209,25,62); }
td.TdClassName
{
border-color: #D1193E;
}
.TagClassName
{
border-color: #D1193E;
}
</style>