Shades of Scarlet #F52F08
Tints of Scarlet #F52F08
RGB
CMYK
RGB Variations
Color information
#F52F08 (or 0xF52F08) is known color: Scarlet. HEX triplet: F5, 2F and 08. RGB value is (245,47,8). Sum of RGB (Red+Green+Blue) = 245+47+8=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52F08 is #0AD0F7. Grayscale: #666666. Windows color (decimal): -708856 or 536565. OLE color: 536565.
HSL color Cylindrical-coordinate representation of color #F52F08: hue angle of 9.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F52F08 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 8 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.04 |
| HSL | 9.87º | 0.94% | 0.5% | - |
| HSV(B) | 9.87º | 0.97% | 0.96% | - |
| XYZ | 38.72 | 21.46 | 2.33 | - |
| YUV | 101.76 | 75.1 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 8 | 0 | 0.81 | 0.97 | 0.04 | 9.87 | 0.94 | 0.5 |
| Hex | F5 | 2F | 8 | 0 | 51 | 61 | 4 | A | 5E | 32 |
| Octal | 365 | 57 | 10 | 0 | 121 | 141 | 4 | 12 | 136 | 62 |
| Binary | 11110101 | 101111 | 1000 | 0 | 1010001 | 1100001 | 100 | 1010 | 1011110 | 110010 |
Color Harmonies of #F52F08
Complementary color
Monochromatic Colors of #F52F08
Black with #F52F08
Text Example
Text Example
White with #F52F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52F08; }
p { color: rgb(245,47,8); }
H1.HeaderClassName
{
color: #F52F08;
}
.AnyTagClassName
{
color: #F52F08;
}
</style>
background-color css
<style>
a { background-color: #F52F08; }
a { background-color: rgb(245,47,8); }
div.DivClassName
{
background-color: #F52F08;
}
.BgClassName
{
background-color: #F52F08;
}
</style>
border-color css
<style>
span { border-color: #F52F08; }
span { border-color: rgb(245,47,8); }
td.TdClassName
{
border-color: #F52F08;
}
.TagClassName
{
border-color: #F52F08;
}
</style>