Shades of Scarlet #F81C03
Tints of Scarlet #F81C03
RGB
CMYK
RGB Variations
Color information
#F81C03 (or 0xF81C03) is known color: Scarlet. HEX triplet: F8, 1C and 03. RGB value is (248,28,3). Sum of RGB (Red+Green+Blue) = 248+28+3=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C03 is #07E3FC. Grayscale: #5B5B5B. Windows color (decimal): -517117 or 204024. OLE color: 204024.
HSL color Cylindrical-coordinate representation of color #F81C03: hue angle of 6.12º 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 #F81C03 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 3 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.03 |
| HSL | 6.12º | 0.98% | 0.49% | - |
| HSV(B) | 6.12º | 0.99% | 0.97% | - |
| XYZ | 39.14 | 20.79 | 2.04 | - |
| YUV | 90.93 | 78.39 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 3 | 0 | 0.89 | 0.99 | 0.03 | 6.12 | 0.98 | 0.49 |
| Hex | F8 | 1C | 3 | 0 | 59 | 63 | 3 | 6 | 62 | 31 |
| Octal | 370 | 34 | 3 | 0 | 131 | 143 | 3 | 6 | 142 | 61 |
| Binary | 11111000 | 11100 | 11 | 0 | 1011001 | 1100011 | 11 | 110 | 1100010 | 110001 |
Color Harmonies of #F81C03
Complementary color
Monochromatic Colors of #F81C03
Black with #F81C03
Text Example
Text Example
White with #F81C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C03; }
p { color: rgb(248,28,3); }
H1.HeaderClassName
{
color: #F81C03;
}
.AnyTagClassName
{
color: #F81C03;
}
</style>
background-color css
<style>
a { background-color: #F81C03; }
a { background-color: rgb(248,28,3); }
div.DivClassName
{
background-color: #F81C03;
}
.BgClassName
{
background-color: #F81C03;
}
</style>
border-color css
<style>
span { border-color: #F81C03; }
span { border-color: rgb(248,28,3); }
td.TdClassName
{
border-color: #F81C03;
}
.TagClassName
{
border-color: #F81C03;
}
</style>