Shades of Crimson #DF174E
Tints of Crimson #DF174E
RGB
CMYK
RGB Variations
Color information
#DF174E (or 0xDF174E) is known color: Crimson. HEX triplet: DF, 17 and 4E. RGB value is (223,23,78). Sum of RGB (Red+Green+Blue) = 223+23+78=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF174E is #20E8B1. Grayscale: #595959. Windows color (decimal): -2156722 or 5117919. OLE color: 5117919.
HSL color Cylindrical-coordinate representation of color #DF174E: hue angle of 343.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF174E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.13 |
| HSL | 343.5º | 0.81% | 0.48% | - |
| HSV(B) | 343.5º | 0.9% | 0.87% | - |
| XYZ | 32.11 | 16.85 | 8.77 | - |
| YUV | 89.07 | 121.76 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 78 | 0 | 0.90 | 0.65 | 0.13 | 343.5 | 0.81 | 0.48 |
| Hex | DF | 17 | 4E | 0 | 5A | 41 | D | 158 | 51 | 30 |
| Octal | 337 | 27 | 116 | 0 | 132 | 101 | 15 | 530 | 121 | 60 |
| Binary | 11011111 | 10111 | 1001110 | 0 | 1011010 | 1000001 | 1101 | 101011000 | 1010001 | 110000 |
Color Harmonies of #DF174E
Complementary color
Monochromatic Colors of #DF174E
Black with #DF174E
Text Example
Text Example
White with #DF174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF174E; }
p { color: rgb(223,23,78); }
H1.HeaderClassName
{
color: #DF174E;
}
.AnyTagClassName
{
color: #DF174E;
}
</style>
background-color css
<style>
a { background-color: #DF174E; }
a { background-color: rgb(223,23,78); }
div.DivClassName
{
background-color: #DF174E;
}
.BgClassName
{
background-color: #DF174E;
}
</style>
border-color css
<style>
span { border-color: #DF174E; }
span { border-color: rgb(223,23,78); }
td.TdClassName
{
border-color: #DF174E;
}
.TagClassName
{
border-color: #DF174E;
}
</style>