Shades of Scarlet #DF150C
Tints of Scarlet #DF150C
RGB
CMYK
RGB Variations
Color information
#DF150C (or 0xDF150C) is known color: Scarlet. HEX triplet: DF, 15 and 0C. RGB value is (223,21,12). Sum of RGB (Red+Green+Blue) = 223+21+12=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF150C is #20EAF3. Grayscale: #505050. Windows color (decimal): -2157300 or 792031. OLE color: 792031.
HSL color Cylindrical-coordinate representation of color #DF150C: hue angle of 2.56º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF150C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 12 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.13 |
| HSL | 2.56º | 0.9% | 0.46% | - |
| HSV(B) | 2.56º | 0.95% | 0.87% | - |
| XYZ | 30.77 | 16.25 | 1.86 | - |
| YUV | 80.37 | 89.42 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 12 | 0 | 0.91 | 0.95 | 0.13 | 2.56 | 0.9 | 0.46 |
| Hex | DF | 15 | C | 0 | 5B | 5F | D | 3 | 5A | 2E |
| Octal | 337 | 25 | 14 | 0 | 133 | 137 | 15 | 3 | 132 | 56 |
| Binary | 11011111 | 10101 | 1100 | 0 | 1011011 | 1011111 | 1101 | 11 | 1011010 | 101110 |
Color Harmonies of #DF150C
Complementary color
Monochromatic Colors of #DF150C
Black with #DF150C
Text Example
Text Example
White with #DF150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF150C; }
p { color: rgb(223,21,12); }
H1.HeaderClassName
{
color: #DF150C;
}
.AnyTagClassName
{
color: #DF150C;
}
</style>
background-color css
<style>
a { background-color: #DF150C; }
a { background-color: rgb(223,21,12); }
div.DivClassName
{
background-color: #DF150C;
}
.BgClassName
{
background-color: #DF150C;
}
</style>
border-color css
<style>
span { border-color: #DF150C; }
span { border-color: rgb(223,21,12); }
td.TdClassName
{
border-color: #DF150C;
}
.TagClassName
{
border-color: #DF150C;
}
</style>