Shades of Scarlet #DF2004
Tints of Scarlet #DF2004
RGB
CMYK
RGB Variations
Color information
#DF2004 (or 0xDF2004) is known color: Scarlet. HEX triplet: DF, 20 and 04. RGB value is (223,32,4). Sum of RGB (Red+Green+Blue) = 223+32+4=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2004 is #20DFFB. Grayscale: #565656. Windows color (decimal): -2154492 or 270559. OLE color: 270559.
HSL color Cylindrical-coordinate representation of color #DF2004: hue angle of 7.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF2004 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.13 |
| HSL | 7.67º | 0.96% | 0.45% | - |
| HSV(B) | 7.67º | 0.98% | 0.87% | - |
| XYZ | 30.97 | 16.73 | 1.71 | - |
| YUV | 85.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 4 | 0 | 0.86 | 0.98 | 0.13 | 7.67 | 0.96 | 0.45 |
| Hex | DF | 20 | 4 | 0 | 56 | 62 | D | 8 | 60 | 2D |
| Octal | 337 | 40 | 4 | 0 | 126 | 142 | 15 | 10 | 140 | 55 |
| Binary | 11011111 | 100000 | 100 | 0 | 1010110 | 1100010 | 1101 | 1000 | 1100000 | 101101 |
Color Harmonies of #DF2004
Complementary color
Monochromatic Colors of #DF2004
Black with #DF2004
Text Example
Text Example
White with #DF2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2004; }
p { color: rgb(223,32,4); }
H1.HeaderClassName
{
color: #DF2004;
}
.AnyTagClassName
{
color: #DF2004;
}
</style>
background-color css
<style>
a { background-color: #DF2004; }
a { background-color: rgb(223,32,4); }
div.DivClassName
{
background-color: #DF2004;
}
.BgClassName
{
background-color: #DF2004;
}
</style>
border-color css
<style>
span { border-color: #DF2004; }
span { border-color: rgb(223,32,4); }
td.TdClassName
{
border-color: #DF2004;
}
.TagClassName
{
border-color: #DF2004;
}
</style>