Shades of Scarlet #F81513
Tints of Scarlet #F81513
RGB
CMYK
RGB Variations
Color information
#F81513 (or 0xF81513) is known color: Scarlet. HEX triplet: F8, 15 and 13. RGB value is (248,21,19). Sum of RGB (Red+Green+Blue) = 248+21+19=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F81513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81513 is #07EAEC. Grayscale: #585858. Windows color (decimal): -518893 or 1250808. OLE color: 1250808.
HSL color Cylindrical-coordinate representation of color #F81513: hue angle of 0.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81513 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.03 |
| HSL | 0.52º | 0.94% | 0.52% | - |
| HSV(B) | 0.52º | 0.92% | 0.97% | - |
| XYZ | 39.1 | 20.54 | 2.52 | - |
| YUV | 88.65 | 88.71 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 19 | 0 | 0.92 | 0.92 | 0.03 | 0.52 | 0.94 | 0.52 |
| Hex | F8 | 15 | 13 | 0 | 5C | 5C | 3 | 1 | 5E | 34 |
| Octal | 370 | 25 | 23 | 0 | 134 | 134 | 3 | 1 | 136 | 64 |
| Binary | 11111000 | 10101 | 10011 | 0 | 1011100 | 1011100 | 11 | 1 | 1011110 | 110100 |
Color Harmonies of #F81513
Complementary color
Monochromatic Colors of #F81513
Black with #F81513
Text Example
Text Example
White with #F81513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81513; }
p { color: rgb(248,21,19); }
H1.HeaderClassName
{
color: #F81513;
}
.AnyTagClassName
{
color: #F81513;
}
</style>
background-color css
<style>
a { background-color: #F81513; }
a { background-color: rgb(248,21,19); }
div.DivClassName
{
background-color: #F81513;
}
.BgClassName
{
background-color: #F81513;
}
</style>
border-color css
<style>
span { border-color: #F81513; }
span { border-color: rgb(248,21,19); }
td.TdClassName
{
border-color: #F81513;
}
.TagClassName
{
border-color: #F81513;
}
</style>