Shades of Scarlet #F52F00
Tints of Scarlet #F52F00
RGB
CMYK
RGB Variations
Color information
#F52F00 (or 0xF52F00) is known color: Scarlet. HEX triplet: F5, 2F and 00. RGB value is (245,47,0). Sum of RGB (Red+Green+Blue) = 245+47+0=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F52F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52F00 is #0AD0FF. Grayscale: #656565. Windows color (decimal): -708864 or 12277. OLE color: 12277.
HSL color Cylindrical-coordinate representation of color #F52F00: hue angle of 11.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F52F00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 47 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.04 |
| HSL | 11.51º | 1% | 0.48% | - |
| HSV(B) | 11.51º | 1% | 0.96% | - |
| XYZ | 38.67 | 21.45 | 2.1 | - |
| YUV | 100.84 | 71.1 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 47 | 0 | 0 | 0.81 | 1 | 0.04 | 11.51 | 1 | 0.48 |
| Hex | F5 | 2F | 0 | 0 | 51 | 64 | 4 | C | 64 | 30 |
| Octal | 365 | 57 | 0 | 0 | 121 | 144 | 4 | 14 | 144 | 60 |
| Binary | 11110101 | 101111 | 0 | 0 | 1010001 | 1100100 | 100 | 1100 | 1100100 | 110000 |
Color Harmonies of #F52F00
Complementary color
Monochromatic Colors of #F52F00
Black with #F52F00
Text Example
Text Example
White with #F52F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52F00; }
p { color: rgb(245,47,0); }
H1.HeaderClassName
{
color: #F52F00;
}
.AnyTagClassName
{
color: #F52F00;
}
</style>
background-color css
<style>
a { background-color: #F52F00; }
a { background-color: rgb(245,47,0); }
div.DivClassName
{
background-color: #F52F00;
}
.BgClassName
{
background-color: #F52F00;
}
</style>
border-color css
<style>
span { border-color: #F52F00; }
span { border-color: rgb(245,47,0); }
td.TdClassName
{
border-color: #F52F00;
}
.TagClassName
{
border-color: #F52F00;
}
</style>