Shades of Scarlet #F83113
Tints of Scarlet #F83113
RGB
CMYK
RGB Variations
Color information
#F83113 (or 0xF83113) is known color: Scarlet. HEX triplet: F8, 31 and 13. RGB value is (248,49,19). Sum of RGB (Red+Green+Blue) = 248+49+19=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F83113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83113 is #07CEEC. Grayscale: #696969. Windows color (decimal): -511725 or 1257976. OLE color: 1257976.
HSL color Cylindrical-coordinate representation of color #F83113: hue angle of 7.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F83113 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.03 |
| HSL | 7.86º | 0.94% | 0.52% | - |
| HSV(B) | 7.86º | 0.92% | 0.97% | - |
| XYZ | 39.93 | 22.2 | 2.8 | - |
| YUV | 105.08 | 79.43 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 19 | 0 | 0.80 | 0.92 | 0.03 | 7.86 | 0.94 | 0.52 |
| Hex | F8 | 31 | 13 | 0 | 50 | 5C | 3 | 8 | 5E | 34 |
| Octal | 370 | 61 | 23 | 0 | 120 | 134 | 3 | 10 | 136 | 64 |
| Binary | 11111000 | 110001 | 10011 | 0 | 1010000 | 1011100 | 11 | 1000 | 1011110 | 110100 |
Color Harmonies of #F83113
Complementary color
Monochromatic Colors of #F83113
Black with #F83113
Text Example
Text Example
White with #F83113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83113; }
p { color: rgb(248,49,19); }
H1.HeaderClassName
{
color: #F83113;
}
.AnyTagClassName
{
color: #F83113;
}
</style>
background-color css
<style>
a { background-color: #F83113; }
a { background-color: rgb(248,49,19); }
div.DivClassName
{
background-color: #F83113;
}
.BgClassName
{
background-color: #F83113;
}
</style>
border-color css
<style>
span { border-color: #F83113; }
span { border-color: rgb(248,49,19); }
td.TdClassName
{
border-color: #F83113;
}
.TagClassName
{
border-color: #F83113;
}
</style>