Shades of Scarlet #F83515
Tints of Scarlet #F83515
RGB
CMYK
RGB Variations
Color information
#F83515 (or 0xF83515) is known color: Scarlet. HEX triplet: F8, 35 and 15. RGB value is (248,53,21). Sum of RGB (Red+Green+Blue) = 248+53+21=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F83515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83515 is #07CAEA. Grayscale: #6B6B6B. Windows color (decimal): -510699 or 1390072. OLE color: 1390072.
HSL color Cylindrical-coordinate representation of color #F83515: hue angle of 8.46º 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 #F83515 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 21 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.03 |
| HSL | 8.46º | 0.94% | 0.53% | - |
| HSV(B) | 8.46º | 0.92% | 0.97% | - |
| XYZ | 40.12 | 22.56 | 2.95 | - |
| YUV | 107.66 | 79.1 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 21 | 0 | 0.79 | 0.92 | 0.03 | 8.46 | 0.94 | 0.53 |
| Hex | F8 | 35 | 15 | 0 | 4F | 5C | 3 | 8 | 5E | 35 |
| Octal | 370 | 65 | 25 | 0 | 117 | 134 | 3 | 10 | 136 | 65 |
| Binary | 11111000 | 110101 | 10101 | 0 | 1001111 | 1011100 | 11 | 1000 | 1011110 | 110101 |
Color Harmonies of #F83515
Complementary color
Monochromatic Colors of #F83515
Black with #F83515
Text Example
Text Example
White with #F83515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83515; }
p { color: rgb(248,53,21); }
H1.HeaderClassName
{
color: #F83515;
}
.AnyTagClassName
{
color: #F83515;
}
</style>
background-color css
<style>
a { background-color: #F83515; }
a { background-color: rgb(248,53,21); }
div.DivClassName
{
background-color: #F83515;
}
.BgClassName
{
background-color: #F83515;
}
</style>
border-color css
<style>
span { border-color: #F83515; }
span { border-color: rgb(248,53,21); }
td.TdClassName
{
border-color: #F83515;
}
.TagClassName
{
border-color: #F83515;
}
</style>