Shades of Scarlet #F8190E
Tints of Scarlet #F8190E
RGB
CMYK
RGB Variations
Color information
#F8190E (or 0xF8190E) is known color: Scarlet. HEX triplet: F8, 19 and 0E. RGB value is (248,25,14). Sum of RGB (Red+Green+Blue) = 248+25+14=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F8190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8190E is #07E6F1. Grayscale: #5A5A5A. Windows color (decimal): -517874 or 924152. OLE color: 924152.
HSL color Cylindrical-coordinate representation of color #F8190E: hue angle of 2.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8190E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.03 |
| HSL | 2.82º | 0.94% | 0.51% | - |
| HSV(B) | 2.82º | 0.94% | 0.97% | - |
| XYZ | 39.14 | 20.68 | 2.34 | - |
| YUV | 90.42 | 84.88 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 14 | 0 | 0.90 | 0.94 | 0.03 | 2.82 | 0.94 | 0.51 |
| Hex | F8 | 19 | E | 0 | 5A | 5E | 3 | 3 | 5E | 33 |
| Octal | 370 | 31 | 16 | 0 | 132 | 136 | 3 | 3 | 136 | 63 |
| Binary | 11111000 | 11001 | 1110 | 0 | 1011010 | 1011110 | 11 | 11 | 1011110 | 110011 |
Color Harmonies of #F8190E
Complementary color
Monochromatic Colors of #F8190E
Black with #F8190E
Text Example
Text Example
White with #F8190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8190E; }
p { color: rgb(248,25,14); }
H1.HeaderClassName
{
color: #F8190E;
}
.AnyTagClassName
{
color: #F8190E;
}
</style>
background-color css
<style>
a { background-color: #F8190E; }
a { background-color: rgb(248,25,14); }
div.DivClassName
{
background-color: #F8190E;
}
.BgClassName
{
background-color: #F8190E;
}
</style>
border-color css
<style>
span { border-color: #F8190E; }
span { border-color: rgb(248,25,14); }
td.TdClassName
{
border-color: #F8190E;
}
.TagClassName
{
border-color: #F8190E;
}
</style>