Shades of Scarlet #F52409
Tints of Scarlet #F52409
RGB
CMYK
RGB Variations
Color information
#F52409 (or 0xF52409) is known color: Scarlet. HEX triplet: F5, 24 and 09. RGB value is (245,36,9). Sum of RGB (Red+Green+Blue) = 245+36+9=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F52409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52409 is #0ADBF6. Grayscale: #5F5F5F. Windows color (decimal): -711671 or 599285. OLE color: 599285.
HSL color Cylindrical-coordinate representation of color #F52409: hue angle of 6.86º 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 #F52409 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.04 |
| HSL | 6.86º | 0.93% | 0.5% | - |
| HSV(B) | 6.86º | 0.96% | 0.96% | - |
| XYZ | 38.34 | 20.69 | 2.23 | - |
| YUV | 95.41 | 79.24 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 9 | 0 | 0.85 | 0.96 | 0.04 | 6.86 | 0.93 | 0.5 |
| Hex | F5 | 24 | 9 | 0 | 55 | 60 | 4 | 7 | 5D | 32 |
| Octal | 365 | 44 | 11 | 0 | 125 | 140 | 4 | 7 | 135 | 62 |
| Binary | 11110101 | 100100 | 1001 | 0 | 1010101 | 1100000 | 100 | 111 | 1011101 | 110010 |
Color Harmonies of #F52409
Complementary color
Monochromatic Colors of #F52409
Black with #F52409
Text Example
Text Example
White with #F52409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52409; }
p { color: rgb(245,36,9); }
H1.HeaderClassName
{
color: #F52409;
}
.AnyTagClassName
{
color: #F52409;
}
</style>
background-color css
<style>
a { background-color: #F52409; }
a { background-color: rgb(245,36,9); }
div.DivClassName
{
background-color: #F52409;
}
.BgClassName
{
background-color: #F52409;
}
</style>
border-color css
<style>
span { border-color: #F52409; }
span { border-color: rgb(245,36,9); }
td.TdClassName
{
border-color: #F52409;
}
.TagClassName
{
border-color: #F52409;
}
</style>