Shades of Scarlet #F53200
Tints of Scarlet #F53200
RGB
CMYK
RGB Variations
Color information
#F53200 (or 0xF53200) is known color: Scarlet. HEX triplet: F5, 32 and 00. RGB value is (245,50,0). Sum of RGB (Red+Green+Blue) = 245+50+0=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F53200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53200 is #0ACDFF. Grayscale: #676767. Windows color (decimal): -708096 or 13045. OLE color: 13045.
HSL color Cylindrical-coordinate representation of color #F53200: hue angle of 12.24º 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 #F53200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.04 |
| HSL | 12.24º | 1% | 0.48% | - |
| HSV(B) | 12.24º | 1% | 0.96% | - |
| XYZ | 38.8 | 21.69 | 2.14 | - |
| YUV | 102.61 | 70.1 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 0 | 0 | 0.80 | 1 | 0.04 | 12.24 | 1 | 0.48 |
| Hex | F5 | 32 | 0 | 0 | 50 | 64 | 4 | C | 64 | 30 |
| Octal | 365 | 62 | 0 | 0 | 120 | 144 | 4 | 14 | 144 | 60 |
| Binary | 11110101 | 110010 | 0 | 0 | 1010000 | 1100100 | 100 | 1100 | 1100100 | 110000 |
Color Harmonies of #F53200
Complementary color
Monochromatic Colors of #F53200
Black with #F53200
Text Example
Text Example
White with #F53200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53200; }
p { color: rgb(245,50,0); }
H1.HeaderClassName
{
color: #F53200;
}
.AnyTagClassName
{
color: #F53200;
}
</style>
background-color css
<style>
a { background-color: #F53200; }
a { background-color: rgb(245,50,0); }
div.DivClassName
{
background-color: #F53200;
}
.BgClassName
{
background-color: #F53200;
}
</style>
border-color css
<style>
span { border-color: #F53200; }
span { border-color: rgb(245,50,0); }
td.TdClassName
{
border-color: #F53200;
}
.TagClassName
{
border-color: #F53200;
}
</style>