Shades of Scarlet #F53011
Tints of Scarlet #F53011
RGB
CMYK
RGB Variations
Color information
#F53011 (or 0xF53011) is known color: Scarlet. HEX triplet: F5, 30 and 11. RGB value is (245,48,17). Sum of RGB (Red+Green+Blue) = 245+48+17=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F53011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53011 is #0ACFEE. Grayscale: #676767. Windows color (decimal): -708591 or 1126645. OLE color: 1126645.
HSL color Cylindrical-coordinate representation of color #F53011: hue angle of 8.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F53011 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 17 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.04 |
| HSL | 8.16º | 0.92% | 0.51% | - |
| HSV(B) | 8.16º | 0.93% | 0.96% | - |
| XYZ | 38.81 | 21.57 | 2.65 | - |
| YUV | 103.37 | 79.27 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 17 | 0 | 0.80 | 0.93 | 0.04 | 8.16 | 0.92 | 0.51 |
| Hex | F5 | 30 | 11 | 0 | 50 | 5D | 4 | 8 | 5C | 33 |
| Octal | 365 | 60 | 21 | 0 | 120 | 135 | 4 | 10 | 134 | 63 |
| Binary | 11110101 | 110000 | 10001 | 0 | 1010000 | 1011101 | 100 | 1000 | 1011100 | 110011 |
Color Harmonies of #F53011
Complementary color
Monochromatic Colors of #F53011
Black with #F53011
Text Example
Text Example
White with #F53011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53011; }
p { color: rgb(245,48,17); }
H1.HeaderClassName
{
color: #F53011;
}
.AnyTagClassName
{
color: #F53011;
}
</style>
background-color css
<style>
a { background-color: #F53011; }
a { background-color: rgb(245,48,17); }
div.DivClassName
{
background-color: #F53011;
}
.BgClassName
{
background-color: #F53011;
}
</style>
border-color css
<style>
span { border-color: #F53011; }
span { border-color: rgb(245,48,17); }
td.TdClassName
{
border-color: #F53011;
}
.TagClassName
{
border-color: #F53011;
}
</style>