Shades of Crimson #D2194C
Tints of Crimson #D2194C
RGB
CMYK
RGB Variations
Color information
#D2194C (or 0xD2194C) is known color: Crimson. HEX triplet: D2, 19 and 4C. RGB value is (210,25,76). Sum of RGB (Red+Green+Blue) = 210+25+76=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2194C is #2DE6B3. Grayscale: #565656. Windows color (decimal): -3008180 or 4987346. OLE color: 4987346.
HSL color Cylindrical-coordinate representation of color #D2194C: hue angle of 343.46º 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 #D2194C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 76 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.18 |
| HSL | 343.46º | 0.79% | 0.46% | - |
| HSV(B) | 343.46º | 0.88% | 0.82% | - |
| XYZ | 28.23 | 14.92 | 8.23 | - |
| YUV | 86.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 76 | 0 | 0.88 | 0.64 | 0.18 | 343.46 | 0.79 | 0.46 |
| Hex | D2 | 19 | 4C | 0 | 58 | 40 | 12 | 157 | 4F | 2E |
| Octal | 322 | 31 | 114 | 0 | 130 | 100 | 22 | 527 | 117 | 56 |
| Binary | 11010010 | 11001 | 1001100 | 0 | 1011000 | 1000000 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D2194C
Complementary color
Monochromatic Colors of #D2194C
Black with #D2194C
Text Example
Text Example
White with #D2194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2194C; }
p { color: rgb(210,25,76); }
H1.HeaderClassName
{
color: #D2194C;
}
.AnyTagClassName
{
color: #D2194C;
}
</style>
background-color css
<style>
a { background-color: #D2194C; }
a { background-color: rgb(210,25,76); }
div.DivClassName
{
background-color: #D2194C;
}
.BgClassName
{
background-color: #D2194C;
}
</style>
border-color css
<style>
span { border-color: #D2194C; }
span { border-color: rgb(210,25,76); }
td.TdClassName
{
border-color: #D2194C;
}
.TagClassName
{
border-color: #D2194C;
}
</style>