Shades of Scarlet #F81918
Tints of Scarlet #F81918
RGB
CMYK
RGB Variations
Color information
#F81918 (or 0xF81918) is known color: Scarlet. HEX triplet: F8, 19 and 18. RGB value is (248,25,24). Sum of RGB (Red+Green+Blue) = 248+25+24=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F81918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81918 is #07E6E7. Grayscale: #5B5B5B. Windows color (decimal): -517864 or 1579512. OLE color: 1579512.
HSL color Cylindrical-coordinate representation of color #F81918: hue angle of 0.27º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81918 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.03 |
| HSL | 0.27º | 0.94% | 0.53% | - |
| HSV(B) | 0.27º | 0.9% | 0.97% | - |
| XYZ | 39.22 | 20.72 | 2.8 | - |
| YUV | 91.56 | 89.88 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 24 | 0 | 0.90 | 0.90 | 0.03 | 0.27 | 0.94 | 0.53 |
| Hex | F8 | 19 | 18 | 0 | 5A | 5A | 3 | 0 | 5E | 35 |
| Octal | 370 | 31 | 30 | 0 | 132 | 132 | 3 | 0 | 136 | 65 |
| Binary | 11111000 | 11001 | 11000 | 0 | 1011010 | 1011010 | 11 | 0 | 1011110 | 110101 |
Color Harmonies of #F81918
Complementary color
Monochromatic Colors of #F81918
Black with #F81918
Text Example
Text Example
White with #F81918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81918; }
p { color: rgb(248,25,24); }
H1.HeaderClassName
{
color: #F81918;
}
.AnyTagClassName
{
color: #F81918;
}
</style>
background-color css
<style>
a { background-color: #F81918; }
a { background-color: rgb(248,25,24); }
div.DivClassName
{
background-color: #F81918;
}
.BgClassName
{
background-color: #F81918;
}
</style>
border-color css
<style>
span { border-color: #F81918; }
span { border-color: rgb(248,25,24); }
td.TdClassName
{
border-color: #F81918;
}
.TagClassName
{
border-color: #F81918;
}
</style>