Shades of Scarlet #DF160D
Tints of Scarlet #DF160D
RGB
CMYK
RGB Variations
Color information
#DF160D (or 0xDF160D) is known color: Scarlet. HEX triplet: DF, 16 and 0D. RGB value is (223,22,13). Sum of RGB (Red+Green+Blue) = 223+22+13=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF160D is #20E9F2. Grayscale: #515151. Windows color (decimal): -2157043 or 857823. OLE color: 857823.
HSL color Cylindrical-coordinate representation of color #DF160D: hue angle of 2.57º degrees, saturation: 0.89, 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 #DF160D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.13 |
| HSL | 2.57º | 0.89% | 0.46% | - |
| HSV(B) | 2.57º | 0.94% | 0.87% | - |
| XYZ | 30.79 | 16.29 | 1.9 | - |
| YUV | 81.07 | 89.59 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 13 | 0 | 0.90 | 0.94 | 0.13 | 2.57 | 0.89 | 0.46 |
| Hex | DF | 16 | D | 0 | 5A | 5E | D | 3 | 59 | 2E |
| Octal | 337 | 26 | 15 | 0 | 132 | 136 | 15 | 3 | 131 | 56 |
| Binary | 11011111 | 10110 | 1101 | 0 | 1011010 | 1011110 | 1101 | 11 | 1011001 | 101110 |
Color Harmonies of #DF160D
Complementary color
Monochromatic Colors of #DF160D
Black with #DF160D
Text Example
Text Example
White with #DF160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF160D; }
p { color: rgb(223,22,13); }
H1.HeaderClassName
{
color: #DF160D;
}
.AnyTagClassName
{
color: #DF160D;
}
</style>
background-color css
<style>
a { background-color: #DF160D; }
a { background-color: rgb(223,22,13); }
div.DivClassName
{
background-color: #DF160D;
}
.BgClassName
{
background-color: #DF160D;
}
</style>
border-color css
<style>
span { border-color: #DF160D; }
span { border-color: rgb(223,22,13); }
td.TdClassName
{
border-color: #DF160D;
}
.TagClassName
{
border-color: #DF160D;
}
</style>