Shades of Scarlet #F53109
Tints of Scarlet #F53109
RGB
CMYK
RGB Variations
Color information
#F53109 (or 0xF53109) is known color: Scarlet. HEX triplet: F5, 31 and 09. RGB value is (245,49,9). Sum of RGB (Red+Green+Blue) = 245+49+9=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F53109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53109 is #0ACEF6. Grayscale: #676767. Windows color (decimal): -708343 or 602613. OLE color: 602613.
HSL color Cylindrical-coordinate representation of color #F53109: hue angle of 10.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F53109 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 9 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.04 |
| HSL | 10.17º | 0.93% | 0.5% | - |
| HSV(B) | 10.17º | 0.96% | 0.96% | - |
| XYZ | 38.8 | 21.63 | 2.39 | - |
| YUV | 103.04 | 74.93 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 9 | 0 | 0.8 | 0.96 | 0.04 | 10.17 | 0.93 | 0.5 |
| Hex | F5 | 31 | 9 | 0 | 50 | 60 | 4 | A | 5D | 32 |
| Octal | 365 | 61 | 11 | 0 | 120 | 140 | 4 | 12 | 135 | 62 |
| Binary | 11110101 | 110001 | 1001 | 0 | 1010000 | 1100000 | 100 | 1010 | 1011101 | 110010 |
Color Harmonies of #F53109
Complementary color
Monochromatic Colors of #F53109
Black with #F53109
Text Example
Text Example
White with #F53109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53109; }
p { color: rgb(245,49,9); }
H1.HeaderClassName
{
color: #F53109;
}
.AnyTagClassName
{
color: #F53109;
}
</style>
background-color css
<style>
a { background-color: #F53109; }
a { background-color: rgb(245,49,9); }
div.DivClassName
{
background-color: #F53109;
}
.BgClassName
{
background-color: #F53109;
}
</style>
border-color css
<style>
span { border-color: #F53109; }
span { border-color: rgb(245,49,9); }
td.TdClassName
{
border-color: #F53109;
}
.TagClassName
{
border-color: #F53109;
}
</style>