Shades of Scarlet #DF1708
Tints of Scarlet #DF1708
RGB
CMYK
RGB Variations
Color information
#DF1708 (or 0xDF1708) is known color: Scarlet. HEX triplet: DF, 17 and 08. RGB value is (223,23,8). Sum of RGB (Red+Green+Blue) = 223+23+8=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1708 is #20E8F7. Grayscale: #515151. Windows color (decimal): -2156792 or 530399. OLE color: 530399.
HSL color Cylindrical-coordinate representation of color #DF1708: hue angle of 4.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF1708 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.13 |
| HSL | 4.19º | 0.93% | 0.45% | - |
| HSV(B) | 4.19º | 0.96% | 0.87% | - |
| XYZ | 30.78 | 16.32 | 1.76 | - |
| YUV | 81.09 | 86.76 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 8 | 0 | 0.90 | 0.96 | 0.13 | 4.19 | 0.93 | 0.45 |
| Hex | DF | 17 | 8 | 0 | 5A | 60 | D | 4 | 5D | 2D |
| Octal | 337 | 27 | 10 | 0 | 132 | 140 | 15 | 4 | 135 | 55 |
| Binary | 11011111 | 10111 | 1000 | 0 | 1011010 | 1100000 | 1101 | 100 | 1011101 | 101101 |
Color Harmonies of #DF1708
Complementary color
Monochromatic Colors of #DF1708
Black with #DF1708
Text Example
Text Example
White with #DF1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1708; }
p { color: rgb(223,23,8); }
H1.HeaderClassName
{
color: #DF1708;
}
.AnyTagClassName
{
color: #DF1708;
}
</style>
background-color css
<style>
a { background-color: #DF1708; }
a { background-color: rgb(223,23,8); }
div.DivClassName
{
background-color: #DF1708;
}
.BgClassName
{
background-color: #DF1708;
}
</style>
border-color css
<style>
span { border-color: #DF1708; }
span { border-color: rgb(223,23,8); }
td.TdClassName
{
border-color: #DF1708;
}
.TagClassName
{
border-color: #DF1708;
}
</style>