Shades of Scarlet #DF150B
Tints of Scarlet #DF150B
RGB
CMYK
RGB Variations
Color information
#DF150B (or 0xDF150B) is known color: Scarlet. HEX triplet: DF, 15 and 0B. RGB value is (223,21,11). Sum of RGB (Red+Green+Blue) = 223+21+11=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF150B is #20EAF4. Grayscale: #505050. Windows color (decimal): -2157301 or 726495. OLE color: 726495.
HSL color Cylindrical-coordinate representation of color #DF150B: hue angle of 2.83º 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 #DF150B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.13 |
| HSL | 2.83º | 0.91% | 0.46% | - |
| HSV(B) | 2.83º | 0.95% | 0.87% | - |
| XYZ | 30.76 | 16.25 | 1.83 | - |
| YUV | 80.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 11 | 0 | 0.91 | 0.95 | 0.13 | 2.83 | 0.91 | 0.46 |
| Hex | DF | 15 | B | 0 | 5B | 5F | D | 3 | 5B | 2E |
| Octal | 337 | 25 | 13 | 0 | 133 | 137 | 15 | 3 | 133 | 56 |
| Binary | 11011111 | 10101 | 1011 | 0 | 1011011 | 1011111 | 1101 | 11 | 1011011 | 101110 |
Color Harmonies of #DF150B
Complementary color
Monochromatic Colors of #DF150B
Black with #DF150B
Text Example
Text Example
White with #DF150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF150B; }
p { color: rgb(223,21,11); }
H1.HeaderClassName
{
color: #DF150B;
}
.AnyTagClassName
{
color: #DF150B;
}
</style>
background-color css
<style>
a { background-color: #DF150B; }
a { background-color: rgb(223,21,11); }
div.DivClassName
{
background-color: #DF150B;
}
.BgClassName
{
background-color: #DF150B;
}
</style>
border-color css
<style>
span { border-color: #DF150B; }
span { border-color: rgb(223,21,11); }
td.TdClassName
{
border-color: #DF150B;
}
.TagClassName
{
border-color: #DF150B;
}
</style>