Shades of Scarlet #F53400
Tints of Scarlet #F53400
RGB
CMYK
RGB Variations
Color information
#F53400 (or 0xF53400) is known color: Scarlet. HEX triplet: F5, 34 and 00. RGB value is (245,52,0). Sum of RGB (Red+Green+Blue) = 245+52+0=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F53400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53400 is #0ACBFF. Grayscale: #686868. Windows color (decimal): -707584 or 13557. OLE color: 13557.
HSL color Cylindrical-coordinate representation of color #F53400: hue angle of 12.73º 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 #F53400 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.04 |
| HSL | 12.73º | 1% | 0.48% | - |
| HSV(B) | 12.73º | 1% | 0.96% | - |
| XYZ | 38.88 | 21.87 | 2.17 | - |
| YUV | 103.78 | 69.44 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 0 | 0 | 0.79 | 1 | 0.04 | 12.73 | 1 | 0.48 |
| Hex | F5 | 34 | 0 | 0 | 4F | 64 | 4 | D | 64 | 30 |
| Octal | 365 | 64 | 0 | 0 | 117 | 144 | 4 | 15 | 144 | 60 |
| Binary | 11110101 | 110100 | 0 | 0 | 1001111 | 1100100 | 100 | 1101 | 1100100 | 110000 |
Color Harmonies of #F53400
Complementary color
Monochromatic Colors of #F53400
Black with #F53400
Text Example
Text Example
White with #F53400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53400; }
p { color: rgb(245,52,0); }
H1.HeaderClassName
{
color: #F53400;
}
.AnyTagClassName
{
color: #F53400;
}
</style>
background-color css
<style>
a { background-color: #F53400; }
a { background-color: rgb(245,52,0); }
div.DivClassName
{
background-color: #F53400;
}
.BgClassName
{
background-color: #F53400;
}
</style>
border-color css
<style>
span { border-color: #F53400; }
span { border-color: rgb(245,52,0); }
td.TdClassName
{
border-color: #F53400;
}
.TagClassName
{
border-color: #F53400;
}
</style>