Shades of Crimson #DF194E
Tints of Crimson #DF194E
RGB
CMYK
RGB Variations
Color information
#DF194E (or 0xDF194E) is known color: Crimson. HEX triplet: DF, 19 and 4E. RGB value is (223,25,78). Sum of RGB (Red+Green+Blue) = 223+25+78=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF194E is #20E6B1. Grayscale: #5A5A5A. Windows color (decimal): -2156210 or 5118431. OLE color: 5118431.
HSL color Cylindrical-coordinate representation of color #DF194E: hue angle of 343.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF194E is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 78 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.13 |
| HSL | 343.94º | 0.8% | 0.49% | - |
| HSV(B) | 343.94º | 0.89% | 0.87% | - |
| XYZ | 32.15 | 16.93 | 8.78 | - |
| YUV | 90.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 78 | 0 | 0.89 | 0.65 | 0.13 | 343.94 | 0.8 | 0.49 |
| Hex | DF | 19 | 4E | 0 | 59 | 41 | D | 158 | 50 | 31 |
| Octal | 337 | 31 | 116 | 0 | 131 | 101 | 15 | 530 | 120 | 61 |
| Binary | 11011111 | 11001 | 1001110 | 0 | 1011001 | 1000001 | 1101 | 101011000 | 1010000 | 110001 |
Color Harmonies of #DF194E
Complementary color
Monochromatic Colors of #DF194E
Black with #DF194E
Text Example
Text Example
White with #DF194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF194E; }
p { color: rgb(223,25,78); }
H1.HeaderClassName
{
color: #DF194E;
}
.AnyTagClassName
{
color: #DF194E;
}
</style>
background-color css
<style>
a { background-color: #DF194E; }
a { background-color: rgb(223,25,78); }
div.DivClassName
{
background-color: #DF194E;
}
.BgClassName
{
background-color: #DF194E;
}
</style>
border-color css
<style>
span { border-color: #DF194E; }
span { border-color: rgb(223,25,78); }
td.TdClassName
{
border-color: #DF194E;
}
.TagClassName
{
border-color: #DF194E;
}
</style>