Shades of Scarlet #DF180B
Tints of Scarlet #DF180B
RGB
CMYK
RGB Variations
Color information
#DF180B (or 0xDF180B) is known color: Scarlet. HEX triplet: DF, 18 and 0B. RGB value is (223,24,11). Sum of RGB (Red+Green+Blue) = 223+24+11=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF180B is #20E7F4. Grayscale: #525252. Windows color (decimal): -2156533 or 727263. OLE color: 727263.
HSL color Cylindrical-coordinate representation of color #DF180B: hue angle of 3.68º degrees, saturation: 0.91, 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 #DF180B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.13 |
| HSL | 3.68º | 0.91% | 0.46% | - |
| HSV(B) | 3.68º | 0.95% | 0.87% | - |
| XYZ | 30.82 | 16.37 | 1.85 | - |
| YUV | 82.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 11 | 0 | 0.89 | 0.95 | 0.13 | 3.68 | 0.91 | 0.46 |
| Hex | DF | 18 | B | 0 | 59 | 5F | D | 4 | 5B | 2E |
| Octal | 337 | 30 | 13 | 0 | 131 | 137 | 15 | 4 | 133 | 56 |
| Binary | 11011111 | 11000 | 1011 | 0 | 1011001 | 1011111 | 1101 | 100 | 1011011 | 101110 |
Color Harmonies of #DF180B
Complementary color
Monochromatic Colors of #DF180B
Black with #DF180B
Text Example
Text Example
White with #DF180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF180B; }
p { color: rgb(223,24,11); }
H1.HeaderClassName
{
color: #DF180B;
}
.AnyTagClassName
{
color: #DF180B;
}
</style>
background-color css
<style>
a { background-color: #DF180B; }
a { background-color: rgb(223,24,11); }
div.DivClassName
{
background-color: #DF180B;
}
.BgClassName
{
background-color: #DF180B;
}
</style>
border-color css
<style>
span { border-color: #DF180B; }
span { border-color: rgb(223,24,11); }
td.TdClassName
{
border-color: #DF180B;
}
.TagClassName
{
border-color: #DF180B;
}
</style>