Shades of Crimson #D1194D
Tints of Crimson #D1194D
RGB
CMYK
RGB Variations
Color information
#D1194D (or 0xD1194D) is known color: Crimson. HEX triplet: D1, 19 and 4D. RGB value is (209,25,77). Sum of RGB (Red+Green+Blue) = 209+25+77=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1194D is #2EE6B2. Grayscale: #555555. Windows color (decimal): -3073715 or 5052881. OLE color: 5052881.
HSL color Cylindrical-coordinate representation of color #D1194D: hue angle of 343.04º 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 #D1194D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.18 |
| HSL | 343.04º | 0.79% | 0.46% | - |
| HSV(B) | 343.04º | 0.88% | 0.82% | - |
| XYZ | 27.98 | 14.79 | 8.4 | - |
| YUV | 85.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 77 | 0 | 0.88 | 0.63 | 0.18 | 343.04 | 0.79 | 0.46 |
| Hex | D1 | 19 | 4D | 0 | 58 | 3F | 12 | 157 | 4F | 2E |
| Octal | 321 | 31 | 115 | 0 | 130 | 77 | 22 | 527 | 117 | 56 |
| Binary | 11010001 | 11001 | 1001101 | 0 | 1011000 | 111111 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D1194D
Complementary color
Monochromatic Colors of #D1194D
Black with #D1194D
Text Example
Text Example
White with #D1194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1194D; }
p { color: rgb(209,25,77); }
H1.HeaderClassName
{
color: #D1194D;
}
.AnyTagClassName
{
color: #D1194D;
}
</style>
background-color css
<style>
a { background-color: #D1194D; }
a { background-color: rgb(209,25,77); }
div.DivClassName
{
background-color: #D1194D;
}
.BgClassName
{
background-color: #D1194D;
}
</style>
border-color css
<style>
span { border-color: #D1194D; }
span { border-color: rgb(209,25,77); }
td.TdClassName
{
border-color: #D1194D;
}
.TagClassName
{
border-color: #D1194D;
}
</style>