Shades of Scarlet #DF170E
Tints of Scarlet #DF170E
RGB
CMYK
RGB Variations
Color information
#DF170E (or 0xDF170E) is known color: Scarlet. HEX triplet: DF, 17 and 0E. RGB value is (223,23,14). Sum of RGB (Red+Green+Blue) = 223+23+14=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF170E is #20E8F1. Grayscale: #525252. Windows color (decimal): -2156786 or 923615. OLE color: 923615.
HSL color Cylindrical-coordinate representation of color #DF170E: hue angle of 2.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF170E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.13 |
| HSL | 2.58º | 0.88% | 0.46% | - |
| HSV(B) | 2.58º | 0.94% | 0.87% | - |
| XYZ | 30.82 | 16.33 | 1.94 | - |
| YUV | 81.77 | 89.76 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 14 | 0 | 0.90 | 0.94 | 0.13 | 2.58 | 0.88 | 0.46 |
| Hex | DF | 17 | E | 0 | 5A | 5E | D | 3 | 58 | 2E |
| Octal | 337 | 27 | 16 | 0 | 132 | 136 | 15 | 3 | 130 | 56 |
| Binary | 11011111 | 10111 | 1110 | 0 | 1011010 | 1011110 | 1101 | 11 | 1011000 | 101110 |
Color Harmonies of #DF170E
Complementary color
Monochromatic Colors of #DF170E
Black with #DF170E
Text Example
Text Example
White with #DF170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF170E; }
p { color: rgb(223,23,14); }
H1.HeaderClassName
{
color: #DF170E;
}
.AnyTagClassName
{
color: #DF170E;
}
</style>
background-color css
<style>
a { background-color: #DF170E; }
a { background-color: rgb(223,23,14); }
div.DivClassName
{
background-color: #DF170E;
}
.BgClassName
{
background-color: #DF170E;
}
</style>
border-color css
<style>
span { border-color: #DF170E; }
span { border-color: rgb(223,23,14); }
td.TdClassName
{
border-color: #DF170E;
}
.TagClassName
{
border-color: #DF170E;
}
</style>