Shades of Crimson #D8194E
Tints of Crimson #D8194E
RGB
CMYK
RGB Variations
Color information
#D8194E (or 0xD8194E) is known color: Crimson. HEX triplet: D8, 19 and 4E. RGB value is (216,25,78). Sum of RGB (Red+Green+Blue) = 216+25+78=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D8194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8194E is #27E6B1. Grayscale: #585858. Windows color (decimal): -2614962 or 5118424. OLE color: 5118424.
HSL color Cylindrical-coordinate representation of color #D8194E: hue angle of 343.35º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8194E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 78 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.15 |
| HSL | 343.35º | 0.79% | 0.47% | - |
| HSV(B) | 343.35º | 0.88% | 0.85% | - |
| XYZ | 30.04 | 15.84 | 8.68 | - |
| YUV | 88.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 78 | 0 | 0.88 | 0.64 | 0.15 | 343.35 | 0.79 | 0.47 |
| Hex | D8 | 19 | 4E | 0 | 58 | 40 | F | 157 | 4F | 2F |
| Octal | 330 | 31 | 116 | 0 | 130 | 100 | 17 | 527 | 117 | 57 |
| Binary | 11011000 | 11001 | 1001110 | 0 | 1011000 | 1000000 | 1111 | 101010111 | 1001111 | 101111 |
Color Harmonies of #D8194E
Complementary color
Monochromatic Colors of #D8194E
Black with #D8194E
Text Example
Text Example
White with #D8194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8194E; }
p { color: rgb(216,25,78); }
H1.HeaderClassName
{
color: #D8194E;
}
.AnyTagClassName
{
color: #D8194E;
}
</style>
background-color css
<style>
a { background-color: #D8194E; }
a { background-color: rgb(216,25,78); }
div.DivClassName
{
background-color: #D8194E;
}
.BgClassName
{
background-color: #D8194E;
}
</style>
border-color css
<style>
span { border-color: #D8194E; }
span { border-color: rgb(216,25,78); }
td.TdClassName
{
border-color: #D8194E;
}
.TagClassName
{
border-color: #D8194E;
}
</style>