Shades of Scarlet #F83115
Tints of Scarlet #F83115
RGB
CMYK
RGB Variations
Color information
#F83115 (or 0xF83115) is known color: Scarlet. HEX triplet: F8, 31 and 15. RGB value is (248,49,21). Sum of RGB (Red+Green+Blue) = 248+49+21=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F83115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83115 is #07CEEA. Grayscale: #696969. Windows color (decimal): -511723 or 1389048. OLE color: 1389048.
HSL color Cylindrical-coordinate representation of color #F83115: hue angle of 7.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F83115 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.03 |
| HSL | 7.4º | 0.94% | 0.53% | - |
| HSV(B) | 7.4º | 0.92% | 0.97% | - |
| XYZ | 39.95 | 22.21 | 2.89 | - |
| YUV | 105.31 | 80.43 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 21 | 0 | 0.80 | 0.92 | 0.03 | 7.4 | 0.94 | 0.53 |
| Hex | F8 | 31 | 15 | 0 | 50 | 5C | 3 | 7 | 5E | 35 |
| Octal | 370 | 61 | 25 | 0 | 120 | 134 | 3 | 7 | 136 | 65 |
| Binary | 11111000 | 110001 | 10101 | 0 | 1010000 | 1011100 | 11 | 111 | 1011110 | 110101 |
Color Harmonies of #F83115
Complementary color
Monochromatic Colors of #F83115
Black with #F83115
Text Example
Text Example
White with #F83115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83115; }
p { color: rgb(248,49,21); }
H1.HeaderClassName
{
color: #F83115;
}
.AnyTagClassName
{
color: #F83115;
}
</style>
background-color css
<style>
a { background-color: #F83115; }
a { background-color: rgb(248,49,21); }
div.DivClassName
{
background-color: #F83115;
}
.BgClassName
{
background-color: #F83115;
}
</style>
border-color css
<style>
span { border-color: #F83115; }
span { border-color: rgb(248,49,21); }
td.TdClassName
{
border-color: #F83115;
}
.TagClassName
{
border-color: #F83115;
}
</style>