Shades of Scarlet #DF180C
Tints of Scarlet #DF180C
RGB
CMYK
RGB Variations
Color information
#DF180C (or 0xDF180C) is known color: Scarlet. HEX triplet: DF, 18 and 0C. RGB value is (223,24,12). Sum of RGB (Red+Green+Blue) = 223+24+12=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF180C is #20E7F3. Grayscale: #525252. Windows color (decimal): -2156532 or 792799. OLE color: 792799.
HSL color Cylindrical-coordinate representation of color #DF180C: hue angle of 3.41º 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 #DF180C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.13 |
| HSL | 3.41º | 0.9% | 0.46% | - |
| HSV(B) | 3.41º | 0.95% | 0.87% | - |
| XYZ | 30.82 | 16.37 | 1.88 | - |
| YUV | 82.13 | 88.43 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 12 | 0 | 0.89 | 0.95 | 0.13 | 3.41 | 0.9 | 0.46 |
| Hex | DF | 18 | C | 0 | 59 | 5F | D | 3 | 5A | 2E |
| Octal | 337 | 30 | 14 | 0 | 131 | 137 | 15 | 3 | 132 | 56 |
| Binary | 11011111 | 11000 | 1100 | 0 | 1011001 | 1011111 | 1101 | 11 | 1011010 | 101110 |
Color Harmonies of #DF180C
Complementary color
Monochromatic Colors of #DF180C
Black with #DF180C
Text Example
Text Example
White with #DF180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF180C; }
p { color: rgb(223,24,12); }
H1.HeaderClassName
{
color: #DF180C;
}
.AnyTagClassName
{
color: #DF180C;
}
</style>
background-color css
<style>
a { background-color: #DF180C; }
a { background-color: rgb(223,24,12); }
div.DivClassName
{
background-color: #DF180C;
}
.BgClassName
{
background-color: #DF180C;
}
</style>
border-color css
<style>
span { border-color: #DF180C; }
span { border-color: rgb(223,24,12); }
td.TdClassName
{
border-color: #DF180C;
}
.TagClassName
{
border-color: #DF180C;
}
</style>