Shades of Scarlet #F81309
Tints of Scarlet #F81309
RGB
CMYK
RGB Variations
Color information
#F81309 (or 0xF81309) is known color: Scarlet. HEX triplet: F8, 13 and 09. RGB value is (248,19,9). Sum of RGB (Red+Green+Blue) = 248+19+9=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F81309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81309 is #07ECF6. Grayscale: #565656. Windows color (decimal): -519415 or 594936. OLE color: 594936.
HSL color Cylindrical-coordinate representation of color #F81309: hue angle of 2.51º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F81309 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.03 |
| HSL | 2.51º | 0.94% | 0.5% | - |
| HSV(B) | 2.51º | 0.96% | 0.97% | - |
| XYZ | 38.99 | 20.44 | 2.15 | - |
| YUV | 86.33 | 84.37 | 243.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 9 | 0 | 0.92 | 0.96 | 0.03 | 2.51 | 0.94 | 0.5 |
| Hex | F8 | 13 | 9 | 0 | 5C | 60 | 3 | 3 | 5E | 32 |
| Octal | 370 | 23 | 11 | 0 | 134 | 140 | 3 | 3 | 136 | 62 |
| Binary | 11111000 | 10011 | 1001 | 0 | 1011100 | 1100000 | 11 | 11 | 1011110 | 110010 |
Color Harmonies of #F81309
Complementary color
Monochromatic Colors of #F81309
Black with #F81309
Text Example
Text Example
White with #F81309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81309; }
p { color: rgb(248,19,9); }
H1.HeaderClassName
{
color: #F81309;
}
.AnyTagClassName
{
color: #F81309;
}
</style>
background-color css
<style>
a { background-color: #F81309; }
a { background-color: rgb(248,19,9); }
div.DivClassName
{
background-color: #F81309;
}
.BgClassName
{
background-color: #F81309;
}
</style>
border-color css
<style>
span { border-color: #F81309; }
span { border-color: rgb(248,19,9); }
td.TdClassName
{
border-color: #F81309;
}
.TagClassName
{
border-color: #F81309;
}
</style>