Shades of Scarlet #F83011
Tints of Scarlet #F83011
RGB
CMYK
RGB Variations
Color information
#F83011 (or 0xF83011) is known color: Scarlet. HEX triplet: F8, 30 and 11. RGB value is (248,48,17). Sum of RGB (Red+Green+Blue) = 248+48+17=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F83011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83011 is #07CFEE. Grayscale: #686868. Windows color (decimal): -511983 or 1126648. OLE color: 1126648.
HSL color Cylindrical-coordinate representation of color #F83011: hue angle of 8.05º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F83011 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.03 |
| HSL | 8.05º | 0.94% | 0.52% | - |
| HSV(B) | 8.05º | 0.93% | 0.97% | - |
| XYZ | 39.87 | 22.11 | 2.7 | - |
| YUV | 104.27 | 78.76 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 17 | 0 | 0.81 | 0.93 | 0.03 | 8.05 | 0.94 | 0.52 |
| Hex | F8 | 30 | 11 | 0 | 51 | 5D | 3 | 8 | 5E | 34 |
| Octal | 370 | 60 | 21 | 0 | 121 | 135 | 3 | 10 | 136 | 64 |
| Binary | 11111000 | 110000 | 10001 | 0 | 1010001 | 1011101 | 11 | 1000 | 1011110 | 110100 |
Color Harmonies of #F83011
Complementary color
Monochromatic Colors of #F83011
Black with #F83011
Text Example
Text Example
White with #F83011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83011; }
p { color: rgb(248,48,17); }
H1.HeaderClassName
{
color: #F83011;
}
.AnyTagClassName
{
color: #F83011;
}
</style>
background-color css
<style>
a { background-color: #F83011; }
a { background-color: rgb(248,48,17); }
div.DivClassName
{
background-color: #F83011;
}
.BgClassName
{
background-color: #F83011;
}
</style>
border-color css
<style>
span { border-color: #F83011; }
span { border-color: rgb(248,48,17); }
td.TdClassName
{
border-color: #F83011;
}
.TagClassName
{
border-color: #F83011;
}
</style>