Shades of Scarlet #F53000
Tints of Scarlet #F53000
RGB
CMYK
RGB Variations
Color information
#F53000 (or 0xF53000) is known color: Scarlet. HEX triplet: F5, 30 and 00. RGB value is (245,48,0). Sum of RGB (Red+Green+Blue) = 245+48+0=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F53000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53000 is #0ACFFF. Grayscale: #656565. Windows color (decimal): -708608 or 12533. OLE color: 12533.
HSL color Cylindrical-coordinate representation of color #F53000: hue angle of 11.76º 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 #F53000 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.04 |
| HSL | 11.76º | 1% | 0.48% | - |
| HSV(B) | 11.76º | 1% | 0.96% | - |
| XYZ | 38.71 | 21.53 | 2.11 | - |
| YUV | 101.43 | 70.77 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 0 | 0 | 0.80 | 1 | 0.04 | 11.76 | 1 | 0.48 |
| Hex | F5 | 30 | 0 | 0 | 50 | 64 | 4 | C | 64 | 30 |
| Octal | 365 | 60 | 0 | 0 | 120 | 144 | 4 | 14 | 144 | 60 |
| Binary | 11110101 | 110000 | 0 | 0 | 1010000 | 1100100 | 100 | 1100 | 1100100 | 110000 |
Color Harmonies of #F53000
Complementary color
Monochromatic Colors of #F53000
Black with #F53000
Text Example
Text Example
White with #F53000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53000; }
p { color: rgb(245,48,0); }
H1.HeaderClassName
{
color: #F53000;
}
.AnyTagClassName
{
color: #F53000;
}
</style>
background-color css
<style>
a { background-color: #F53000; }
a { background-color: rgb(245,48,0); }
div.DivClassName
{
background-color: #F53000;
}
.BgClassName
{
background-color: #F53000;
}
</style>
border-color css
<style>
span { border-color: #F53000; }
span { border-color: rgb(245,48,0); }
td.TdClassName
{
border-color: #F53000;
}
.TagClassName
{
border-color: #F53000;
}
</style>