Shades of Scarlet #DF2102
Tints of Scarlet #DF2102
RGB
CMYK
RGB Variations
Color information
#DF2102 (or 0xDF2102) is known color: Scarlet. HEX triplet: DF, 21 and 02. RGB value is (223,33,2). Sum of RGB (Red+Green+Blue) = 223+33+2=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2102 is #20DEFD. Grayscale: #565656. Windows color (decimal): -2154238 or 139743. OLE color: 139743.
HSL color Cylindrical-coordinate representation of color #DF2102: hue angle of 8.42º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF2102 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.13 |
| HSL | 8.42º | 0.98% | 0.44% | - |
| HSV(B) | 8.42º | 0.99% | 0.87% | - |
| XYZ | 30.99 | 16.78 | 1.66 | - |
| YUV | 86.28 | 80.45 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 2 | 0 | 0.85 | 0.99 | 0.13 | 8.42 | 0.98 | 0.44 |
| Hex | DF | 21 | 2 | 0 | 55 | 63 | D | 8 | 62 | 2C |
| Octal | 337 | 41 | 2 | 0 | 125 | 143 | 15 | 10 | 142 | 54 |
| Binary | 11011111 | 100001 | 10 | 0 | 1010101 | 1100011 | 1101 | 1000 | 1100010 | 101100 |
Color Harmonies of #DF2102
Complementary color
Monochromatic Colors of #DF2102
Black with #DF2102
Text Example
Text Example
White with #DF2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2102; }
p { color: rgb(223,33,2); }
H1.HeaderClassName
{
color: #DF2102;
}
.AnyTagClassName
{
color: #DF2102;
}
</style>
background-color css
<style>
a { background-color: #DF2102; }
a { background-color: rgb(223,33,2); }
div.DivClassName
{
background-color: #DF2102;
}
.BgClassName
{
background-color: #DF2102;
}
</style>
border-color css
<style>
span { border-color: #DF2102; }
span { border-color: rgb(223,33,2); }
td.TdClassName
{
border-color: #DF2102;
}
.TagClassName
{
border-color: #DF2102;
}
</style>