Shades of Scarlet #DF160E
Tints of Scarlet #DF160E
RGB
CMYK
RGB Variations
Color information
#DF160E (or 0xDF160E) is known color: Scarlet. HEX triplet: DF, 16 and 0E. RGB value is (223,22,14). Sum of RGB (Red+Green+Blue) = 223+22+14=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF160E is #20E9F1. Grayscale: #515151. Windows color (decimal): -2157042 or 923359. OLE color: 923359.
HSL color Cylindrical-coordinate representation of color #DF160E: hue angle of 2.3º 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 #DF160E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.13 |
| HSL | 2.3º | 0.88% | 0.46% | - |
| HSV(B) | 2.3º | 0.94% | 0.87% | - |
| XYZ | 30.8 | 16.29 | 1.94 | - |
| YUV | 81.19 | 90.09 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 14 | 0 | 0.90 | 0.94 | 0.13 | 2.3 | 0.88 | 0.46 |
| Hex | DF | 16 | E | 0 | 5A | 5E | D | 2 | 58 | 2E |
| Octal | 337 | 26 | 16 | 0 | 132 | 136 | 15 | 2 | 130 | 56 |
| Binary | 11011111 | 10110 | 1110 | 0 | 1011010 | 1011110 | 1101 | 10 | 1011000 | 101110 |
Color Harmonies of #DF160E
Complementary color
Monochromatic Colors of #DF160E
Black with #DF160E
Text Example
Text Example
White with #DF160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF160E; }
p { color: rgb(223,22,14); }
H1.HeaderClassName
{
color: #DF160E;
}
.AnyTagClassName
{
color: #DF160E;
}
</style>
background-color css
<style>
a { background-color: #DF160E; }
a { background-color: rgb(223,22,14); }
div.DivClassName
{
background-color: #DF160E;
}
.BgClassName
{
background-color: #DF160E;
}
</style>
border-color css
<style>
span { border-color: #DF160E; }
span { border-color: rgb(223,22,14); }
td.TdClassName
{
border-color: #DF160E;
}
.TagClassName
{
border-color: #DF160E;
}
</style>