Shades of Scarlet #DF1A0A
Tints of Scarlet #DF1A0A
RGB
CMYK
RGB Variations
Color information
#DF1A0A (or 0xDF1A0A) is known color: Scarlet. HEX triplet: DF, 1A and 0A. RGB value is (223,26,10). Sum of RGB (Red+Green+Blue) = 223+26+10=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1A0A is #20E5F5. Grayscale: #535353. Windows color (decimal): -2156022 or 662239. OLE color: 662239.
HSL color Cylindrical-coordinate representation of color #DF1A0A: hue angle of 4.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF1A0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.13 |
| HSL | 4.51º | 0.91% | 0.46% | - |
| HSV(B) | 4.51º | 0.96% | 0.87% | - |
| XYZ | 30.86 | 16.45 | 1.84 | - |
| YUV | 83.08 | 86.77 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 10 | 0 | 0.88 | 0.96 | 0.13 | 4.51 | 0.91 | 0.46 |
| Hex | DF | 1A | A | 0 | 58 | 60 | D | 5 | 5B | 2E |
| Octal | 337 | 32 | 12 | 0 | 130 | 140 | 15 | 5 | 133 | 56 |
| Binary | 11011111 | 11010 | 1010 | 0 | 1011000 | 1100000 | 1101 | 101 | 1011011 | 101110 |
Color Harmonies of #DF1A0A
Complementary color
Monochromatic Colors of #DF1A0A
Black with #DF1A0A
Text Example
Text Example
White with #DF1A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A0A; }
p { color: rgb(223,26,10); }
H1.HeaderClassName
{
color: #DF1A0A;
}
.AnyTagClassName
{
color: #DF1A0A;
}
</style>
background-color css
<style>
a { background-color: #DF1A0A; }
a { background-color: rgb(223,26,10); }
div.DivClassName
{
background-color: #DF1A0A;
}
.BgClassName
{
background-color: #DF1A0A;
}
</style>
border-color css
<style>
span { border-color: #DF1A0A; }
span { border-color: rgb(223,26,10); }
td.TdClassName
{
border-color: #DF1A0A;
}
.TagClassName
{
border-color: #DF1A0A;
}
</style>