Shades of Scarlet #F53100
Tints of Scarlet #F53100
RGB
CMYK
RGB Variations
Color information
#F53100 (or 0xF53100) is known color: Scarlet. HEX triplet: F5, 31 and 00. RGB value is (245,49,0). Sum of RGB (Red+Green+Blue) = 245+49+0=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F53100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53100 is #0ACEFF. Grayscale: #666666. Windows color (decimal): -708352 or 12789. OLE color: 12789.
HSL color Cylindrical-coordinate representation of color #F53100: hue angle of 12º 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 #F53100 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 0 | - |
| CMYK | 0 | 0.8 | 1 | 0.04 |
| HSL | 12º | 1% | 0.48% | - |
| HSV(B) | 12º | 1% | 0.96% | - |
| XYZ | 38.75 | 21.61 | 2.13 | - |
| YUV | 102.02 | 70.43 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 0 | 0 | 0.8 | 1 | 0.04 | 12 | 1 | 0.48 |
| Hex | F5 | 31 | 0 | 0 | 50 | 64 | 4 | C | 64 | 30 |
| Octal | 365 | 61 | 0 | 0 | 120 | 144 | 4 | 14 | 144 | 60 |
| Binary | 11110101 | 110001 | 0 | 0 | 1010000 | 1100100 | 100 | 1100 | 1100100 | 110000 |
Color Harmonies of #F53100
Complementary color
Monochromatic Colors of #F53100
Black with #F53100
Text Example
Text Example
White with #F53100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53100; }
p { color: rgb(245,49,0); }
H1.HeaderClassName
{
color: #F53100;
}
.AnyTagClassName
{
color: #F53100;
}
</style>
background-color css
<style>
a { background-color: #F53100; }
a { background-color: rgb(245,49,0); }
div.DivClassName
{
background-color: #F53100;
}
.BgClassName
{
background-color: #F53100;
}
</style>
border-color css
<style>
span { border-color: #F53100; }
span { border-color: rgb(245,49,0); }
td.TdClassName
{
border-color: #F53100;
}
.TagClassName
{
border-color: #F53100;
}
</style>