Shades of Scarlet #DF150F
Tints of Scarlet #DF150F
RGB
CMYK
RGB Variations
Color information
#DF150F (or 0xDF150F) is known color: Scarlet. HEX triplet: DF, 15 and 0F. RGB value is (223,21,15). Sum of RGB (Red+Green+Blue) = 223+21+15=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF150F is #20EAF0. Grayscale: #505050. Windows color (decimal): -2157297 or 988639. OLE color: 988639.
HSL color Cylindrical-coordinate representation of color #DF150F: hue angle of 1.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF150F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.13 |
| HSL | 1.73º | 0.87% | 0.47% | - |
| HSV(B) | 1.73º | 0.93% | 0.87% | - |
| XYZ | 30.79 | 16.26 | 1.97 | - |
| YUV | 80.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 15 | 0 | 0.91 | 0.93 | 0.13 | 1.73 | 0.87 | 0.47 |
| Hex | DF | 15 | F | 0 | 5B | 5D | D | 2 | 57 | 2F |
| Octal | 337 | 25 | 17 | 0 | 133 | 135 | 15 | 2 | 127 | 57 |
| Binary | 11011111 | 10101 | 1111 | 0 | 1011011 | 1011101 | 1101 | 10 | 1010111 | 101111 |
Color Harmonies of #DF150F
Complementary color
Monochromatic Colors of #DF150F
Black with #DF150F
Text Example
Text Example
White with #DF150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF150F; }
p { color: rgb(223,21,15); }
H1.HeaderClassName
{
color: #DF150F;
}
.AnyTagClassName
{
color: #DF150F;
}
</style>
background-color css
<style>
a { background-color: #DF150F; }
a { background-color: rgb(223,21,15); }
div.DivClassName
{
background-color: #DF150F;
}
.BgClassName
{
background-color: #DF150F;
}
</style>
border-color css
<style>
span { border-color: #DF150F; }
span { border-color: rgb(223,21,15); }
td.TdClassName
{
border-color: #DF150F;
}
.TagClassName
{
border-color: #DF150F;
}
</style>