Shades of Crimson #D1193D
Tints of Crimson #D1193D
RGB
CMYK
RGB Variations
Color information
#D1193D (or 0xD1193D) is known color: Crimson. HEX triplet: D1, 19 and 3D. RGB value is (209,25,61). Sum of RGB (Red+Green+Blue) = 209+25+61=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D1193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1193D is #2EE6C2. Grayscale: #545454. Windows color (decimal): -3073731 or 4004305. OLE color: 4004305.
HSL color Cylindrical-coordinate representation of color #D1193D: hue angle of 348.26º 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 #D1193D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 61 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.18 |
| HSL | 348.26º | 0.79% | 0.46% | - |
| HSV(B) | 348.26º | 0.88% | 0.82% | - |
| XYZ | 27.48 | 14.59 | 5.78 | - |
| YUV | 84.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 61 | 0 | 0.88 | 0.71 | 0.18 | 348.26 | 0.79 | 0.46 |
| Hex | D1 | 19 | 3D | 0 | 58 | 47 | 12 | 15C | 4F | 2E |
| Octal | 321 | 31 | 75 | 0 | 130 | 107 | 22 | 534 | 117 | 56 |
| Binary | 11010001 | 11001 | 111101 | 0 | 1011000 | 1000111 | 10010 | 101011100 | 1001111 | 101110 |
Color Harmonies of #D1193D
Complementary color
Monochromatic Colors of #D1193D
Black with #D1193D
Text Example
Text Example
White with #D1193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1193D; }
p { color: rgb(209,25,61); }
H1.HeaderClassName
{
color: #D1193D;
}
.AnyTagClassName
{
color: #D1193D;
}
</style>
background-color css
<style>
a { background-color: #D1193D; }
a { background-color: rgb(209,25,61); }
div.DivClassName
{
background-color: #D1193D;
}
.BgClassName
{
background-color: #D1193D;
}
</style>
border-color css
<style>
span { border-color: #D1193D; }
span { border-color: rgb(209,25,61); }
td.TdClassName
{
border-color: #D1193D;
}
.TagClassName
{
border-color: #D1193D;
}
</style>