Shades of Scarlet #DF2300
Tints of Scarlet #DF2300
RGB
CMYK
RGB Variations
Color information
#DF2300 (or 0xDF2300) is known color: Scarlet. HEX triplet: DF, 23 and 00. RGB value is (223,35,0). Sum of RGB (Red+Green+Blue) = 223+35+0=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2300 is #20DCFF. Grayscale: #575757. Windows color (decimal): -2153728 or 9183. OLE color: 9183.
HSL color Cylindrical-coordinate representation of color #DF2300: hue angle of 9.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF2300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.13 |
| HSL | 9.42º | 1% | 0.44% | - |
| HSV(B) | 9.42º | 1% | 0.87% | - |
| XYZ | 31.03 | 16.89 | 1.62 | - |
| YUV | 87.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 0 | 0 | 0.84 | 1 | 0.13 | 9.42 | 1 | 0.44 |
| Hex | DF | 23 | 0 | 0 | 54 | 64 | D | 9 | 64 | 2C |
| Octal | 337 | 43 | 0 | 0 | 124 | 144 | 15 | 11 | 144 | 54 |
| Binary | 11011111 | 100011 | 0 | 0 | 1010100 | 1100100 | 1101 | 1001 | 1100100 | 101100 |
Color Harmonies of #DF2300
Complementary color
Monochromatic Colors of #DF2300
Black with #DF2300
Text Example
Text Example
White with #DF2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2300; }
p { color: rgb(223,35,0); }
H1.HeaderClassName
{
color: #DF2300;
}
.AnyTagClassName
{
color: #DF2300;
}
</style>
background-color css
<style>
a { background-color: #DF2300; }
a { background-color: rgb(223,35,0); }
div.DivClassName
{
background-color: #DF2300;
}
.BgClassName
{
background-color: #DF2300;
}
</style>
border-color css
<style>
span { border-color: #DF2300; }
span { border-color: rgb(223,35,0); }
td.TdClassName
{
border-color: #DF2300;
}
.TagClassName
{
border-color: #DF2300;
}
</style>