Shades of Scarlet #DF2302
Tints of Scarlet #DF2302
RGB
CMYK
RGB Variations
Color information
#DF2302 (or 0xDF2302) is known color: Scarlet. HEX triplet: DF, 23 and 02. RGB value is (223,35,2). Sum of RGB (Red+Green+Blue) = 223+35+2=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2302 is #20DCFD. Grayscale: #575757. Windows color (decimal): -2153726 or 140255. OLE color: 140255.
HSL color Cylindrical-coordinate representation of color #DF2302: hue angle of 8.96º 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 #DF2302 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.13 |
| HSL | 8.96º | 0.98% | 0.44% | - |
| HSV(B) | 8.96º | 0.99% | 0.87% | - |
| XYZ | 31.04 | 16.89 | 1.68 | - |
| YUV | 87.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 2 | 0 | 0.84 | 0.99 | 0.13 | 8.96 | 0.98 | 0.44 |
| Hex | DF | 23 | 2 | 0 | 54 | 63 | D | 9 | 62 | 2C |
| Octal | 337 | 43 | 2 | 0 | 124 | 143 | 15 | 11 | 142 | 54 |
| Binary | 11011111 | 100011 | 10 | 0 | 1010100 | 1100011 | 1101 | 1001 | 1100010 | 101100 |
Color Harmonies of #DF2302
Complementary color
Monochromatic Colors of #DF2302
Black with #DF2302
Text Example
Text Example
White with #DF2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2302; }
p { color: rgb(223,35,2); }
H1.HeaderClassName
{
color: #DF2302;
}
.AnyTagClassName
{
color: #DF2302;
}
</style>
background-color css
<style>
a { background-color: #DF2302; }
a { background-color: rgb(223,35,2); }
div.DivClassName
{
background-color: #DF2302;
}
.BgClassName
{
background-color: #DF2302;
}
</style>
border-color css
<style>
span { border-color: #DF2302; }
span { border-color: rgb(223,35,2); }
td.TdClassName
{
border-color: #DF2302;
}
.TagClassName
{
border-color: #DF2302;
}
</style>