Shades of Scarlet #DF2204
Tints of Scarlet #DF2204
RGB
CMYK
RGB Variations
Color information
#DF2204 (or 0xDF2204) is known color: Scarlet. HEX triplet: DF, 22 and 04. RGB value is (223,34,4). Sum of RGB (Red+Green+Blue) = 223+34+4=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2204 is #20DDFB. Grayscale: #575757. Windows color (decimal): -2153980 or 271071. OLE color: 271071.
HSL color Cylindrical-coordinate representation of color #DF2204: hue angle of 8.22º 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 #DF2204 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.13 |
| HSL | 8.22º | 0.96% | 0.45% | - |
| HSV(B) | 8.22º | 0.98% | 0.87% | - |
| XYZ | 31.03 | 16.84 | 1.73 | - |
| YUV | 87.09 | 81.12 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 4 | 0 | 0.85 | 0.98 | 0.13 | 8.22 | 0.96 | 0.45 |
| Hex | DF | 22 | 4 | 0 | 55 | 62 | D | 8 | 60 | 2D |
| Octal | 337 | 42 | 4 | 0 | 125 | 142 | 15 | 10 | 140 | 55 |
| Binary | 11011111 | 100010 | 100 | 0 | 1010101 | 1100010 | 1101 | 1000 | 1100000 | 101101 |
Color Harmonies of #DF2204
Complementary color
Monochromatic Colors of #DF2204
Black with #DF2204
Text Example
Text Example
White with #DF2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2204; }
p { color: rgb(223,34,4); }
H1.HeaderClassName
{
color: #DF2204;
}
.AnyTagClassName
{
color: #DF2204;
}
</style>
background-color css
<style>
a { background-color: #DF2204; }
a { background-color: rgb(223,34,4); }
div.DivClassName
{
background-color: #DF2204;
}
.BgClassName
{
background-color: #DF2204;
}
</style>
border-color css
<style>
span { border-color: #DF2204; }
span { border-color: rgb(223,34,4); }
td.TdClassName
{
border-color: #DF2204;
}
.TagClassName
{
border-color: #DF2204;
}
</style>