Shades of Scarlet #F53409
Tints of Scarlet #F53409
RGB
CMYK
RGB Variations
Color information
#F53409 (or 0xF53409) is known color: Scarlet. HEX triplet: F5, 34 and 09. RGB value is (245,52,9). Sum of RGB (Red+Green+Blue) = 245+52+9=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F53409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53409 is #0ACBF6. Grayscale: #696969. Windows color (decimal): -707575 or 603381. OLE color: 603381.
HSL color Cylindrical-coordinate representation of color #F53409: hue angle of 10.93º 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 #F53409 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.04 |
| HSL | 10.93º | 0.93% | 0.5% | - |
| HSV(B) | 10.93º | 0.96% | 0.96% | - |
| XYZ | 38.93 | 21.89 | 2.43 | - |
| YUV | 104.81 | 73.94 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 9 | 0 | 0.79 | 0.96 | 0.04 | 10.93 | 0.93 | 0.5 |
| Hex | F5 | 34 | 9 | 0 | 4F | 60 | 4 | B | 5D | 32 |
| Octal | 365 | 64 | 11 | 0 | 117 | 140 | 4 | 13 | 135 | 62 |
| Binary | 11110101 | 110100 | 1001 | 0 | 1001111 | 1100000 | 100 | 1011 | 1011101 | 110010 |
Color Harmonies of #F53409
Complementary color
Monochromatic Colors of #F53409
Black with #F53409
Text Example
Text Example
White with #F53409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53409; }
p { color: rgb(245,52,9); }
H1.HeaderClassName
{
color: #F53409;
}
.AnyTagClassName
{
color: #F53409;
}
</style>
background-color css
<style>
a { background-color: #F53409; }
a { background-color: rgb(245,52,9); }
div.DivClassName
{
background-color: #F53409;
}
.BgClassName
{
background-color: #F53409;
}
</style>
border-color css
<style>
span { border-color: #F53409; }
span { border-color: rgb(245,52,9); }
td.TdClassName
{
border-color: #F53409;
}
.TagClassName
{
border-color: #F53409;
}
</style>