Shades of Scarlet #F83103
Tints of Scarlet #F83103
RGB
CMYK
RGB Variations
Color information
#F83103 (or 0xF83103) is known color: Scarlet. HEX triplet: F8, 31 and 03. RGB value is (248,49,3). Sum of RGB (Red+Green+Blue) = 248+49+3=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F83103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83103 is #07CEFC. Grayscale: #676767. Windows color (decimal): -511741 or 209400. OLE color: 209400.
HSL color Cylindrical-coordinate representation of color #F83103: hue angle of 11.27º 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 #F83103 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.03 |
| HSL | 11.27º | 0.98% | 0.49% | - |
| HSV(B) | 11.27º | 0.99% | 0.97% | - |
| XYZ | 39.83 | 22.16 | 2.26 | - |
| YUV | 103.26 | 71.43 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 3 | 0 | 0.80 | 0.99 | 0.03 | 11.27 | 0.98 | 0.49 |
| Hex | F8 | 31 | 3 | 0 | 50 | 63 | 3 | B | 62 | 31 |
| Octal | 370 | 61 | 3 | 0 | 120 | 143 | 3 | 13 | 142 | 61 |
| Binary | 11111000 | 110001 | 11 | 0 | 1010000 | 1100011 | 11 | 1011 | 1100010 | 110001 |
Color Harmonies of #F83103
Complementary color
Monochromatic Colors of #F83103
Black with #F83103
Text Example
Text Example
White with #F83103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83103; }
p { color: rgb(248,49,3); }
H1.HeaderClassName
{
color: #F83103;
}
.AnyTagClassName
{
color: #F83103;
}
</style>
background-color css
<style>
a { background-color: #F83103; }
a { background-color: rgb(248,49,3); }
div.DivClassName
{
background-color: #F83103;
}
.BgClassName
{
background-color: #F83103;
}
</style>
border-color css
<style>
span { border-color: #F83103; }
span { border-color: rgb(248,49,3); }
td.TdClassName
{
border-color: #F83103;
}
.TagClassName
{
border-color: #F83103;
}
</style>