Shades of Scarlet #F81514
Tints of Scarlet #F81514
RGB
CMYK
RGB Variations
Color information
#F81514 (or 0xF81514) is known color: Scarlet. HEX triplet: F8, 15 and 14. RGB value is (248,21,20). Sum of RGB (Red+Green+Blue) = 248+21+20=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F81514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81514 is #07EAEB. Grayscale: #585858. Windows color (decimal): -518892 or 1316344. OLE color: 1316344.
HSL color Cylindrical-coordinate representation of color #F81514: hue angle of 0.26º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81514 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 20 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.03 |
| HSL | 0.26º | 0.94% | 0.53% | - |
| HSV(B) | 0.26º | 0.92% | 0.97% | - |
| XYZ | 39.11 | 20.54 | 2.57 | - |
| YUV | 88.76 | 89.21 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 20 | 0 | 0.92 | 0.92 | 0.03 | 0.26 | 0.94 | 0.53 |
| Hex | F8 | 15 | 14 | 0 | 5C | 5C | 3 | 0 | 5E | 35 |
| Octal | 370 | 25 | 24 | 0 | 134 | 134 | 3 | 0 | 136 | 65 |
| Binary | 11111000 | 10101 | 10100 | 0 | 1011100 | 1011100 | 11 | 0 | 1011110 | 110101 |
Color Harmonies of #F81514
Complementary color
Monochromatic Colors of #F81514
Black with #F81514
Text Example
Text Example
White with #F81514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81514; }
p { color: rgb(248,21,20); }
H1.HeaderClassName
{
color: #F81514;
}
.AnyTagClassName
{
color: #F81514;
}
</style>
background-color css
<style>
a { background-color: #F81514; }
a { background-color: rgb(248,21,20); }
div.DivClassName
{
background-color: #F81514;
}
.BgClassName
{
background-color: #F81514;
}
</style>
border-color css
<style>
span { border-color: #F81514; }
span { border-color: rgb(248,21,20); }
td.TdClassName
{
border-color: #F81514;
}
.TagClassName
{
border-color: #F81514;
}
</style>