Shades of Scarlet #F8190B
Tints of Scarlet #F8190B
RGB
CMYK
RGB Variations
Color information
#F8190B (or 0xF8190B) is known color: Scarlet. HEX triplet: F8, 19 and 0B. RGB value is (248,25,11). Sum of RGB (Red+Green+Blue) = 248+25+11=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F8190B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F8190B is #07E6F4. Grayscale: #5A5A5A. Windows color (decimal): -517877 or 727544. OLE color: 727544.
HSL color Cylindrical-coordinate representation of color #F8190B: hue angle of 3.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8190B is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 11 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.03 |
| HSL | 3.54º | 0.94% | 0.51% | - |
| HSV(B) | 3.54º | 0.96% | 0.97% | - |
| XYZ | 39.12 | 20.68 | 2.25 | - |
| YUV | 90.08 | 83.38 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 11 | 0 | 0.90 | 0.96 | 0.03 | 3.54 | 0.94 | 0.51 |
| Hex | F8 | 19 | B | 0 | 5A | 60 | 3 | 4 | 5E | 33 |
| Octal | 370 | 31 | 13 | 0 | 132 | 140 | 3 | 4 | 136 | 63 |
| Binary | 11111000 | 11001 | 1011 | 0 | 1011010 | 1100000 | 11 | 100 | 1011110 | 110011 |
Color Harmonies of #F8190B
Complementary color
Monochromatic Colors of #F8190B
Black with #F8190B
Text Example
Text Example
White with #F8190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8190B; }
p { color: rgb(248,25,11); }
H1.HeaderClassName
{
color: #F8190B;
}
.AnyTagClassName
{
color: #F8190B;
}
</style>
background-color css
<style>
a { background-color: #F8190B; }
a { background-color: rgb(248,25,11); }
div.DivClassName
{
background-color: #F8190B;
}
.BgClassName
{
background-color: #F8190B;
}
</style>
border-color css
<style>
span { border-color: #F8190B; }
span { border-color: rgb(248,25,11); }
td.TdClassName
{
border-color: #F8190B;
}
.TagClassName
{
border-color: #F8190B;
}
</style>