Shades of Scarlet #F52909
Tints of Scarlet #F52909
RGB
CMYK
RGB Variations
Color information
#F52909 (or 0xF52909) is known color: Scarlet. HEX triplet: F5, 29 and 09. RGB value is (245,41,9). Sum of RGB (Red+Green+Blue) = 245+41+9=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F52909 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52909 is #0AD6F6. Grayscale: #626262. Windows color (decimal): -710391 or 600565. OLE color: 600565.
HSL color Cylindrical-coordinate representation of color #F52909: hue angle of 8.14º 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 #F52909 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.04 |
| HSL | 8.14º | 0.93% | 0.5% | - |
| HSV(B) | 8.14º | 0.96% | 0.96% | - |
| XYZ | 38.5 | 21.02 | 2.29 | - |
| YUV | 98.35 | 77.59 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 9 | 0 | 0.83 | 0.96 | 0.04 | 8.14 | 0.93 | 0.5 |
| Hex | F5 | 29 | 9 | 0 | 53 | 60 | 4 | 8 | 5D | 32 |
| Octal | 365 | 51 | 11 | 0 | 123 | 140 | 4 | 10 | 135 | 62 |
| Binary | 11110101 | 101001 | 1001 | 0 | 1010011 | 1100000 | 100 | 1000 | 1011101 | 110010 |
Color Harmonies of #F52909
Complementary color
Monochromatic Colors of #F52909
Black with #F52909
Text Example
Text Example
White with #F52909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52909; }
p { color: rgb(245,41,9); }
H1.HeaderClassName
{
color: #F52909;
}
.AnyTagClassName
{
color: #F52909;
}
</style>
background-color css
<style>
a { background-color: #F52909; }
a { background-color: rgb(245,41,9); }
div.DivClassName
{
background-color: #F52909;
}
.BgClassName
{
background-color: #F52909;
}
</style>
border-color css
<style>
span { border-color: #F52909; }
span { border-color: rgb(245,41,9); }
td.TdClassName
{
border-color: #F52909;
}
.TagClassName
{
border-color: #F52909;
}
</style>