Shades of Scarlet #DF2201
Tints of Scarlet #DF2201
RGB
CMYK
RGB Variations
Color information
#DF2201 (or 0xDF2201) is known color: Scarlet. HEX triplet: DF, 22 and 01. RGB value is (223,34,1). Sum of RGB (Red+Green+Blue) = 223+34+1=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2201 is #20DDFE. Grayscale: #575757. Windows color (decimal): -2153983 or 74463. OLE color: 74463.
HSL color Cylindrical-coordinate representation of color #DF2201: hue angle of 8.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF2201 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.13 |
| HSL | 8.92º | 0.99% | 0.44% | - |
| HSV(B) | 8.92º | 1% | 0.87% | - |
| XYZ | 31.01 | 16.83 | 1.64 | - |
| YUV | 86.75 | 79.62 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 1 | 0 | 0.85 | 1.00 | 0.13 | 8.92 | 0.99 | 0.44 |
| Hex | DF | 22 | 1 | 0 | 55 | 64 | D | 9 | 63 | 2C |
| Octal | 337 | 42 | 1 | 0 | 125 | 144 | 15 | 11 | 143 | 54 |
| Binary | 11011111 | 100010 | 1 | 0 | 1010101 | 1100100 | 1101 | 1001 | 1100011 | 101100 |
Color Harmonies of #DF2201
Complementary color
Monochromatic Colors of #DF2201
Black with #DF2201
Text Example
Text Example
White with #DF2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2201; }
p { color: rgb(223,34,1); }
H1.HeaderClassName
{
color: #DF2201;
}
.AnyTagClassName
{
color: #DF2201;
}
</style>
background-color css
<style>
a { background-color: #DF2201; }
a { background-color: rgb(223,34,1); }
div.DivClassName
{
background-color: #DF2201;
}
.BgClassName
{
background-color: #DF2201;
}
</style>
border-color css
<style>
span { border-color: #DF2201; }
span { border-color: rgb(223,34,1); }
td.TdClassName
{
border-color: #DF2201;
}
.TagClassName
{
border-color: #DF2201;
}
</style>