Shades of Scarlet #F81508
Tints of Scarlet #F81508
RGB
CMYK
RGB Variations
Color information
#F81508 (or 0xF81508) is known color: Scarlet. HEX triplet: F8, 15 and 08. RGB value is (248,21,8). Sum of RGB (Red+Green+Blue) = 248+21+8=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F81508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81508 is #07EAF7. Grayscale: #575757. Windows color (decimal): -518904 or 529912. OLE color: 529912.
HSL color Cylindrical-coordinate representation of color #F81508: hue angle of 3.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F81508 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.03 |
| HSL | 3.25º | 0.94% | 0.5% | - |
| HSV(B) | 3.25º | 0.97% | 0.97% | - |
| XYZ | 39.02 | 20.51 | 2.13 | - |
| YUV | 87.39 | 83.21 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 8 | 0 | 0.92 | 0.97 | 0.03 | 3.25 | 0.94 | 0.5 |
| Hex | F8 | 15 | 8 | 0 | 5C | 61 | 3 | 3 | 5E | 32 |
| Octal | 370 | 25 | 10 | 0 | 134 | 141 | 3 | 3 | 136 | 62 |
| Binary | 11111000 | 10101 | 1000 | 0 | 1011100 | 1100001 | 11 | 11 | 1011110 | 110010 |
Color Harmonies of #F81508
Complementary color
Monochromatic Colors of #F81508
Black with #F81508
Text Example
Text Example
White with #F81508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81508; }
p { color: rgb(248,21,8); }
H1.HeaderClassName
{
color: #F81508;
}
.AnyTagClassName
{
color: #F81508;
}
</style>
background-color css
<style>
a { background-color: #F81508; }
a { background-color: rgb(248,21,8); }
div.DivClassName
{
background-color: #F81508;
}
.BgClassName
{
background-color: #F81508;
}
</style>
border-color css
<style>
span { border-color: #F81508; }
span { border-color: rgb(248,21,8); }
td.TdClassName
{
border-color: #F81508;
}
.TagClassName
{
border-color: #F81508;
}
</style>