Shades of Scarlet #F53510
Tints of Scarlet #F53510
RGB
CMYK
RGB Variations
Color information
#F53510 (or 0xF53510) is known color: Scarlet. HEX triplet: F5, 35 and 10. RGB value is (245,53,16). Sum of RGB (Red+Green+Blue) = 245+53+16=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F53510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53510 is #0ACAEF. Grayscale: #6A6A6A. Windows color (decimal): -707312 or 1062389. OLE color: 1062389.
HSL color Cylindrical-coordinate representation of color #F53510: hue angle of 9.69º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F53510 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.69º | 0.92% | 0.51% | - |
| HSV(B) | 9.69º | 0.93% | 0.96% | - |
| XYZ | 39.02 | 22 | 2.68 | - |
| YUV | 106.19 | 77.11 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 16 | 0 | 0.78 | 0.93 | 0.04 | 9.69 | 0.92 | 0.51 |
| Hex | F5 | 35 | 10 | 0 | 4E | 5D | 4 | A | 5C | 33 |
| Octal | 365 | 65 | 20 | 0 | 116 | 135 | 4 | 12 | 134 | 63 |
| Binary | 11110101 | 110101 | 10000 | 0 | 1001110 | 1011101 | 100 | 1010 | 1011100 | 110011 |
Color Harmonies of #F53510
Complementary color
Monochromatic Colors of #F53510
Black with #F53510
Text Example
Text Example
White with #F53510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53510; }
p { color: rgb(245,53,16); }
H1.HeaderClassName
{
color: #F53510;
}
.AnyTagClassName
{
color: #F53510;
}
</style>
background-color css
<style>
a { background-color: #F53510; }
a { background-color: rgb(245,53,16); }
div.DivClassName
{
background-color: #F53510;
}
.BgClassName
{
background-color: #F53510;
}
</style>
border-color css
<style>
span { border-color: #F53510; }
span { border-color: rgb(245,53,16); }
td.TdClassName
{
border-color: #F53510;
}
.TagClassName
{
border-color: #F53510;
}
</style>