Shades of Scarlet #F81903
Tints of Scarlet #F81903
RGB
CMYK
RGB Variations
Color information
#F81903 (or 0xF81903) is known color: Scarlet. HEX triplet: F8, 19 and 03. RGB value is (248,25,3). Sum of RGB (Red+Green+Blue) = 248+25+3=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F81903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81903 is #07E6FC. Grayscale: #595959. Windows color (decimal): -517885 or 203256. OLE color: 203256.
HSL color Cylindrical-coordinate representation of color #F81903: hue angle of 5.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F81903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.03 |
| HSL | 5.39º | 0.98% | 0.49% | - |
| HSV(B) | 5.39º | 0.99% | 0.97% | - |
| XYZ | 39.08 | 20.66 | 2.01 | - |
| YUV | 89.17 | 79.38 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 3 | 0 | 0.90 | 0.99 | 0.03 | 5.39 | 0.98 | 0.49 |
| Hex | F8 | 19 | 3 | 0 | 5A | 63 | 3 | 5 | 62 | 31 |
| Octal | 370 | 31 | 3 | 0 | 132 | 143 | 3 | 5 | 142 | 61 |
| Binary | 11111000 | 11001 | 11 | 0 | 1011010 | 1100011 | 11 | 101 | 1100010 | 110001 |
Color Harmonies of #F81903
Complementary color
Monochromatic Colors of #F81903
Black with #F81903
Text Example
Text Example
White with #F81903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81903; }
p { color: rgb(248,25,3); }
H1.HeaderClassName
{
color: #F81903;
}
.AnyTagClassName
{
color: #F81903;
}
</style>
background-color css
<style>
a { background-color: #F81903; }
a { background-color: rgb(248,25,3); }
div.DivClassName
{
background-color: #F81903;
}
.BgClassName
{
background-color: #F81903;
}
</style>
border-color css
<style>
span { border-color: #F81903; }
span { border-color: rgb(248,25,3); }
td.TdClassName
{
border-color: #F81903;
}
.TagClassName
{
border-color: #F81903;
}
</style>