Shades of Scarlet #F53210
Tints of Scarlet #F53210
RGB
CMYK
RGB Variations
Color information
#F53210 (or 0xF53210) is known color: Scarlet. HEX triplet: F5, 32 and 10. RGB value is (245,50,16). Sum of RGB (Red+Green+Blue) = 245+50+16=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F53210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53210 is #0ACDEF. Grayscale: #686868. Windows color (decimal): -708080 or 1061621. OLE color: 1061621.
HSL color Cylindrical-coordinate representation of color #F53210: hue angle of 8.91º 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 #F53210 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 16 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.04 |
| HSL | 8.91º | 0.92% | 0.51% | - |
| HSV(B) | 8.91º | 0.93% | 0.96% | - |
| XYZ | 38.89 | 21.73 | 2.63 | - |
| YUV | 104.43 | 78.1 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 16 | 0 | 0.80 | 0.93 | 0.04 | 8.91 | 0.92 | 0.51 |
| Hex | F5 | 32 | 10 | 0 | 50 | 5D | 4 | 9 | 5C | 33 |
| Octal | 365 | 62 | 20 | 0 | 120 | 135 | 4 | 11 | 134 | 63 |
| Binary | 11110101 | 110010 | 10000 | 0 | 1010000 | 1011101 | 100 | 1001 | 1011100 | 110011 |
Color Harmonies of #F53210
Complementary color
Monochromatic Colors of #F53210
Black with #F53210
Text Example
Text Example
White with #F53210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53210; }
p { color: rgb(245,50,16); }
H1.HeaderClassName
{
color: #F53210;
}
.AnyTagClassName
{
color: #F53210;
}
</style>
background-color css
<style>
a { background-color: #F53210; }
a { background-color: rgb(245,50,16); }
div.DivClassName
{
background-color: #F53210;
}
.BgClassName
{
background-color: #F53210;
}
</style>
border-color css
<style>
span { border-color: #F53210; }
span { border-color: rgb(245,50,16); }
td.TdClassName
{
border-color: #F53210;
}
.TagClassName
{
border-color: #F53210;
}
</style>