Shades of Crimson #D2194D
Tints of Crimson #D2194D
RGB
CMYK
RGB Variations
Color information
#D2194D (or 0xD2194D) is known color: Crimson. HEX triplet: D2, 19 and 4D. RGB value is (210,25,77). Sum of RGB (Red+Green+Blue) = 210+25+77=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2194D is #2DE6B2. Grayscale: #565656. Windows color (decimal): -3008179 or 5052882. OLE color: 5052882.
HSL color Cylindrical-coordinate representation of color #D2194D: hue angle of 343.14º 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 #D2194D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.18 |
| HSL | 343.14º | 0.79% | 0.46% | - |
| HSV(B) | 343.14º | 0.88% | 0.82% | - |
| XYZ | 28.27 | 14.93 | 8.41 | - |
| YUV | 86.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 77 | 0 | 0.88 | 0.63 | 0.18 | 343.14 | 0.79 | 0.46 |
| Hex | D2 | 19 | 4D | 0 | 58 | 3F | 12 | 157 | 4F | 2E |
| Octal | 322 | 31 | 115 | 0 | 130 | 77 | 22 | 527 | 117 | 56 |
| Binary | 11010010 | 11001 | 1001101 | 0 | 1011000 | 111111 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D2194D
Complementary color
Monochromatic Colors of #D2194D
Black with #D2194D
Text Example
Text Example
White with #D2194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2194D; }
p { color: rgb(210,25,77); }
H1.HeaderClassName
{
color: #D2194D;
}
.AnyTagClassName
{
color: #D2194D;
}
</style>
background-color css
<style>
a { background-color: #D2194D; }
a { background-color: rgb(210,25,77); }
div.DivClassName
{
background-color: #D2194D;
}
.BgClassName
{
background-color: #D2194D;
}
</style>
border-color css
<style>
span { border-color: #D2194D; }
span { border-color: rgb(210,25,77); }
td.TdClassName
{
border-color: #D2194D;
}
.TagClassName
{
border-color: #D2194D;
}
</style>