Shades of Scarlet #DF190C
Tints of Scarlet #DF190C
RGB
CMYK
RGB Variations
Color information
#DF190C (or 0xDF190C) is known color: Scarlet. HEX triplet: DF, 19 and 0C. RGB value is (223,25,12). Sum of RGB (Red+Green+Blue) = 223+25+12=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF190C is #20E6F3. Grayscale: #525252. Windows color (decimal): -2156276 or 793055. OLE color: 793055.
HSL color Cylindrical-coordinate representation of color #DF190C: hue angle of 3.7º 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 #DF190C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.13 |
| HSL | 3.7º | 0.9% | 0.46% | - |
| HSV(B) | 3.7º | 0.95% | 0.87% | - |
| XYZ | 30.85 | 16.41 | 1.89 | - |
| YUV | 82.72 | 88.1 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 12 | 0 | 0.89 | 0.95 | 0.13 | 3.7 | 0.9 | 0.46 |
| Hex | DF | 19 | C | 0 | 59 | 5F | D | 4 | 5A | 2E |
| Octal | 337 | 31 | 14 | 0 | 131 | 137 | 15 | 4 | 132 | 56 |
| Binary | 11011111 | 11001 | 1100 | 0 | 1011001 | 1011111 | 1101 | 100 | 1011010 | 101110 |
Color Harmonies of #DF190C
Complementary color
Monochromatic Colors of #DF190C
Black with #DF190C
Text Example
Text Example
White with #DF190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF190C; }
p { color: rgb(223,25,12); }
H1.HeaderClassName
{
color: #DF190C;
}
.AnyTagClassName
{
color: #DF190C;
}
</style>
background-color css
<style>
a { background-color: #DF190C; }
a { background-color: rgb(223,25,12); }
div.DivClassName
{
background-color: #DF190C;
}
.BgClassName
{
background-color: #DF190C;
}
</style>
border-color css
<style>
span { border-color: #DF190C; }
span { border-color: rgb(223,25,12); }
td.TdClassName
{
border-color: #DF190C;
}
.TagClassName
{
border-color: #DF190C;
}
</style>