Shades of Crimson #D2194A
Tints of Crimson #D2194A
RGB
CMYK
RGB Variations
Color information
#D2194A (or 0xD2194A) is known color: Crimson. HEX triplet: D2, 19 and 4A. RGB value is (210,25,74). Sum of RGB (Red+Green+Blue) = 210+25+74=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2194A is #2DE6B5. Grayscale: #555555. Windows color (decimal): -3008182 or 4856274. OLE color: 4856274.
HSL color Cylindrical-coordinate representation of color #D2194A: hue angle of 344.11º 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 #D2194A is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 74 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.18 |
| HSL | 344.11º | 0.79% | 0.46% | - |
| HSV(B) | 344.11º | 0.88% | 0.82% | - |
| XYZ | 28.16 | 14.89 | 7.87 | - |
| YUV | 85.9 | 121.29 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 74 | 0 | 0.88 | 0.65 | 0.18 | 344.11 | 0.79 | 0.46 |
| Hex | D2 | 19 | 4A | 0 | 58 | 41 | 12 | 158 | 4F | 2E |
| Octal | 322 | 31 | 112 | 0 | 130 | 101 | 22 | 530 | 117 | 56 |
| Binary | 11010010 | 11001 | 1001010 | 0 | 1011000 | 1000001 | 10010 | 101011000 | 1001111 | 101110 |
Color Harmonies of #D2194A
Complementary color
Monochromatic Colors of #D2194A
Black with #D2194A
Text Example
Text Example
White with #D2194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2194A; }
p { color: rgb(210,25,74); }
H1.HeaderClassName
{
color: #D2194A;
}
.AnyTagClassName
{
color: #D2194A;
}
</style>
background-color css
<style>
a { background-color: #D2194A; }
a { background-color: rgb(210,25,74); }
div.DivClassName
{
background-color: #D2194A;
}
.BgClassName
{
background-color: #D2194A;
}
</style>
border-color css
<style>
span { border-color: #D2194A; }
span { border-color: rgb(210,25,74); }
td.TdClassName
{
border-color: #D2194A;
}
.TagClassName
{
border-color: #D2194A;
}
</style>