Shades of Scarlet #DF160C
Tints of Scarlet #DF160C
RGB
CMYK
RGB Variations
Color information
#DF160C (or 0xDF160C) is known color: Scarlet. HEX triplet: DF, 16 and 0C. RGB value is (223,22,12). Sum of RGB (Red+Green+Blue) = 223+22+12=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF160C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF160C is #20E9F3. Grayscale: #515151. Windows color (decimal): -2157044 or 792287. OLE color: 792287.
HSL color Cylindrical-coordinate representation of color #DF160C: hue angle of 2.84º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF160C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.13 |
| HSL | 2.84º | 0.9% | 0.46% | - |
| HSV(B) | 2.84º | 0.95% | 0.87% | - |
| XYZ | 30.78 | 16.29 | 1.87 | - |
| YUV | 80.96 | 89.09 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 12 | 0 | 0.90 | 0.95 | 0.13 | 2.84 | 0.9 | 0.46 |
| Hex | DF | 16 | C | 0 | 5A | 5F | D | 3 | 5A | 2E |
| Octal | 337 | 26 | 14 | 0 | 132 | 137 | 15 | 3 | 132 | 56 |
| Binary | 11011111 | 10110 | 1100 | 0 | 1011010 | 1011111 | 1101 | 11 | 1011010 | 101110 |
Color Harmonies of #DF160C
Complementary color
Monochromatic Colors of #DF160C
Black with #DF160C
Text Example
Text Example
White with #DF160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF160C; }
p { color: rgb(223,22,12); }
H1.HeaderClassName
{
color: #DF160C;
}
.AnyTagClassName
{
color: #DF160C;
}
</style>
background-color css
<style>
a { background-color: #DF160C; }
a { background-color: rgb(223,22,12); }
div.DivClassName
{
background-color: #DF160C;
}
.BgClassName
{
background-color: #DF160C;
}
</style>
border-color css
<style>
span { border-color: #DF160C; }
span { border-color: rgb(223,22,12); }
td.TdClassName
{
border-color: #DF160C;
}
.TagClassName
{
border-color: #DF160C;
}
</style>