Shades of Crimson #D4194F
Tints of Crimson #D4194F
RGB
CMYK
RGB Variations
Color information
#D4194F (or 0xD4194F) is known color: Crimson. HEX triplet: D4, 19 and 4F. RGB value is (212,25,79). Sum of RGB (Red+Green+Blue) = 212+25+79=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D4194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4194F is #2BE6B0. Grayscale: #575757. Windows color (decimal): -2877105 or 5183956. OLE color: 5183956.
HSL color Cylindrical-coordinate representation of color #D4194F: hue angle of 342.67º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4194F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 79 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.17 |
| HSL | 342.67º | 0.79% | 0.46% | - |
| HSV(B) | 342.67º | 0.88% | 0.83% | - |
| XYZ | 28.91 | 15.26 | 8.82 | - |
| YUV | 87.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 79 | 0 | 0.88 | 0.63 | 0.17 | 342.67 | 0.79 | 0.46 |
| Hex | D4 | 19 | 4F | 0 | 58 | 3F | 11 | 157 | 4F | 2E |
| Octal | 324 | 31 | 117 | 0 | 130 | 77 | 21 | 527 | 117 | 56 |
| Binary | 11010100 | 11001 | 1001111 | 0 | 1011000 | 111111 | 10001 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D4194F
Complementary color
Monochromatic Colors of #D4194F
Black with #D4194F
Text Example
Text Example
White with #D4194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4194F; }
p { color: rgb(212,25,79); }
H1.HeaderClassName
{
color: #D4194F;
}
.AnyTagClassName
{
color: #D4194F;
}
</style>
background-color css
<style>
a { background-color: #D4194F; }
a { background-color: rgb(212,25,79); }
div.DivClassName
{
background-color: #D4194F;
}
.BgClassName
{
background-color: #D4194F;
}
</style>
border-color css
<style>
span { border-color: #D4194F; }
span { border-color: rgb(212,25,79); }
td.TdClassName
{
border-color: #D4194F;
}
.TagClassName
{
border-color: #D4194F;
}
</style>