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