Shades of Scarlet #DF2103
Tints of Scarlet #DF2103
RGB
CMYK
RGB Variations
Color information
#DF2103 (or 0xDF2103) is known color: Scarlet. HEX triplet: DF, 21 and 03. RGB value is (223,33,3). Sum of RGB (Red+Green+Blue) = 223+33+3=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2103 is #20DEFC. Grayscale: #565656. Windows color (decimal): -2154237 or 205279. OLE color: 205279.
HSL color Cylindrical-coordinate representation of color #DF2103: hue angle of 8.18º degrees, saturation: 0.97, 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 #DF2103 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.13 |
| HSL | 8.18º | 0.97% | 0.44% | - |
| HSV(B) | 8.18º | 0.99% | 0.87% | - |
| XYZ | 30.99 | 16.78 | 1.69 | - |
| YUV | 86.39 | 80.95 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 3 | 0 | 0.85 | 0.99 | 0.13 | 8.18 | 0.97 | 0.44 |
| Hex | DF | 21 | 3 | 0 | 55 | 63 | D | 8 | 61 | 2C |
| Octal | 337 | 41 | 3 | 0 | 125 | 143 | 15 | 10 | 141 | 54 |
| Binary | 11011111 | 100001 | 11 | 0 | 1010101 | 1100011 | 1101 | 1000 | 1100001 | 101100 |
Color Harmonies of #DF2103
Complementary color
Monochromatic Colors of #DF2103
Black with #DF2103
Text Example
Text Example
White with #DF2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2103; }
p { color: rgb(223,33,3); }
H1.HeaderClassName
{
color: #DF2103;
}
.AnyTagClassName
{
color: #DF2103;
}
</style>
background-color css
<style>
a { background-color: #DF2103; }
a { background-color: rgb(223,33,3); }
div.DivClassName
{
background-color: #DF2103;
}
.BgClassName
{
background-color: #DF2103;
}
</style>
border-color css
<style>
span { border-color: #DF2103; }
span { border-color: rgb(223,33,3); }
td.TdClassName
{
border-color: #DF2103;
}
.TagClassName
{
border-color: #DF2103;
}
</style>