Shades of Scarlet #F81511
Tints of Scarlet #F81511
RGB
CMYK
RGB Variations
Color information
#F81511 (or 0xF81511) is known color: Scarlet. HEX triplet: F8, 15 and 11. RGB value is (248,21,17). Sum of RGB (Red+Green+Blue) = 248+21+17=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F81511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81511 is #07EAEE. Grayscale: #585858. Windows color (decimal): -518895 or 1119736. OLE color: 1119736.
HSL color Cylindrical-coordinate representation of color #F81511: hue angle of 1.04º 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 #F81511 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.03 |
| HSL | 1.04º | 0.94% | 0.52% | - |
| HSV(B) | 1.04º | 0.93% | 0.97% | - |
| XYZ | 39.08 | 20.53 | 2.43 | - |
| YUV | 88.42 | 87.71 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 17 | 0 | 0.92 | 0.93 | 0.03 | 1.04 | 0.94 | 0.52 |
| Hex | F8 | 15 | 11 | 0 | 5C | 5D | 3 | 1 | 5E | 34 |
| Octal | 370 | 25 | 21 | 0 | 134 | 135 | 3 | 1 | 136 | 64 |
| Binary | 11111000 | 10101 | 10001 | 0 | 1011100 | 1011101 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F81511
Complementary color
Monochromatic Colors of #F81511
Black with #F81511
Text Example
Text Example
White with #F81511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81511; }
p { color: rgb(248,21,17); }
H1.HeaderClassName
{
color: #F81511;
}
.AnyTagClassName
{
color: #F81511;
}
</style>
background-color css
<style>
a { background-color: #F81511; }
a { background-color: rgb(248,21,17); }
div.DivClassName
{
background-color: #F81511;
}
.BgClassName
{
background-color: #F81511;
}
</style>
border-color css
<style>
span { border-color: #F81511; }
span { border-color: rgb(248,21,17); }
td.TdClassName
{
border-color: #F81511;
}
.TagClassName
{
border-color: #F81511;
}
</style>