Shades of Scarlet #F81510
Tints of Scarlet #F81510
RGB
CMYK
RGB Variations
Color information
#F81510 (or 0xF81510) is known color: Scarlet. HEX triplet: F8, 15 and 10. RGB value is (248,21,16). Sum of RGB (Red+Green+Blue) = 248+21+16=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F81510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81510 is #07EAEF. Grayscale: #585858. Windows color (decimal): -518896 or 1054200. OLE color: 1054200.
HSL color Cylindrical-coordinate representation of color #F81510: hue angle of 1.29º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81510 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 16 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.03 |
| HSL | 1.29º | 0.94% | 0.52% | - |
| HSV(B) | 1.29º | 0.94% | 0.97% | - |
| XYZ | 39.07 | 20.53 | 2.39 | - |
| YUV | 88.3 | 87.21 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 16 | 0 | 0.92 | 0.94 | 0.03 | 1.29 | 0.94 | 0.52 |
| Hex | F8 | 15 | 10 | 0 | 5C | 5E | 3 | 1 | 5E | 34 |
| Octal | 370 | 25 | 20 | 0 | 134 | 136 | 3 | 1 | 136 | 64 |
| Binary | 11111000 | 10101 | 10000 | 0 | 1011100 | 1011110 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F81510
Complementary color
Monochromatic Colors of #F81510
Black with #F81510
Text Example
Text Example
White with #F81510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81510; }
p { color: rgb(248,21,16); }
H1.HeaderClassName
{
color: #F81510;
}
.AnyTagClassName
{
color: #F81510;
}
</style>
background-color css
<style>
a { background-color: #F81510; }
a { background-color: rgb(248,21,16); }
div.DivClassName
{
background-color: #F81510;
}
.BgClassName
{
background-color: #F81510;
}
</style>
border-color css
<style>
span { border-color: #F81510; }
span { border-color: rgb(248,21,16); }
td.TdClassName
{
border-color: #F81510;
}
.TagClassName
{
border-color: #F81510;
}
</style>