Shades of Scarlet #F51309
Tints of Scarlet #F51309
RGB
CMYK
RGB Variations
Color information
#F51309 (or 0xF51309) is known color: Scarlet. HEX triplet: F5, 13 and 09. RGB value is (245,19,9). Sum of RGB (Red+Green+Blue) = 245+19+9=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F51309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51309 is #0AECF6. Grayscale: #555555. Windows color (decimal): -716023 or 594933. OLE color: 594933.
HSL color Cylindrical-coordinate representation of color #F51309: hue angle of 2.54º 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 #F51309 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.04 |
| HSL | 2.54º | 0.93% | 0.5% | - |
| HSV(B) | 2.54º | 0.96% | 0.96% | - |
| XYZ | 37.94 | 19.9 | 2.1 | - |
| YUV | 85.43 | 84.87 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 9 | 0 | 0.92 | 0.96 | 0.04 | 2.54 | 0.93 | 0.5 |
| Hex | F5 | 13 | 9 | 0 | 5C | 60 | 4 | 3 | 5D | 32 |
| Octal | 365 | 23 | 11 | 0 | 134 | 140 | 4 | 3 | 135 | 62 |
| Binary | 11110101 | 10011 | 1001 | 0 | 1011100 | 1100000 | 100 | 11 | 1011101 | 110010 |
Color Harmonies of #F51309
Complementary color
Monochromatic Colors of #F51309
Black with #F51309
Text Example
Text Example
White with #F51309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51309; }
p { color: rgb(245,19,9); }
H1.HeaderClassName
{
color: #F51309;
}
.AnyTagClassName
{
color: #F51309;
}
</style>
background-color css
<style>
a { background-color: #F51309; }
a { background-color: rgb(245,19,9); }
div.DivClassName
{
background-color: #F51309;
}
.BgClassName
{
background-color: #F51309;
}
</style>
border-color css
<style>
span { border-color: #F51309; }
span { border-color: rgb(245,19,9); }
td.TdClassName
{
border-color: #F51309;
}
.TagClassName
{
border-color: #F51309;
}
</style>