Shades of Scarlet #F52109
Tints of Scarlet #F52109
RGB
CMYK
RGB Variations
Color information
#F52109 (or 0xF52109) is known color: Scarlet. HEX triplet: F5, 21 and 09. RGB value is (245,33,9). Sum of RGB (Red+Green+Blue) = 245+33+9=287 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.37% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 245 - color contains mainly: red. Hex color #F52109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52109 is #0ADEF6. Grayscale: #5D5D5D. Windows color (decimal): -712439 or 598517. OLE color: 598517.
HSL color Cylindrical-coordinate representation of color #F52109: hue angle of 6.1º 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 #F52109 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.04 |
| HSL | 6.1º | 0.93% | 0.5% | - |
| HSV(B) | 6.1º | 0.96% | 0.96% | - |
| XYZ | 38.25 | 20.52 | 2.2 | - |
| YUV | 93.65 | 80.24 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 9 | 0 | 0.87 | 0.96 | 0.04 | 6.1 | 0.93 | 0.5 |
| Hex | F5 | 21 | 9 | 0 | 57 | 60 | 4 | 6 | 5D | 32 |
| Octal | 365 | 41 | 11 | 0 | 127 | 140 | 4 | 6 | 135 | 62 |
| Binary | 11110101 | 100001 | 1001 | 0 | 1010111 | 1100000 | 100 | 110 | 1011101 | 110010 |
Color Harmonies of #F52109
Complementary color
Monochromatic Colors of #F52109
Black with #F52109
Text Example
Text Example
White with #F52109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52109; }
p { color: rgb(245,33,9); }
H1.HeaderClassName
{
color: #F52109;
}
.AnyTagClassName
{
color: #F52109;
}
</style>
background-color css
<style>
a { background-color: #F52109; }
a { background-color: rgb(245,33,9); }
div.DivClassName
{
background-color: #F52109;
}
.BgClassName
{
background-color: #F52109;
}
</style>
border-color css
<style>
span { border-color: #F52109; }
span { border-color: rgb(245,33,9); }
td.TdClassName
{
border-color: #F52109;
}
.TagClassName
{
border-color: #F52109;
}
</style>