Shades of Scarlet #F03210
Tints of Scarlet #F03210
RGB
CMYK
RGB Variations
Color information
#F03210 (or 0xF03210) is known color: Scarlet. HEX triplet: F0, 32 and 10. RGB value is (240,50,16). Sum of RGB (Red+Green+Blue) = 240+50+16=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F03210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03210 is #0FCDEF. Grayscale: #676767. Windows color (decimal): -1035760 or 1061616. OLE color: 1061616.
HSL color Cylindrical-coordinate representation of color #F03210: hue angle of 9.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03210 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.06 |
| HSL | 9.11º | 0.88% | 0.5% | - |
| HSV(B) | 9.11º | 0.93% | 0.94% | - |
| XYZ | 37.17 | 20.84 | 2.55 | - |
| YUV | 102.93 | 78.95 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 16 | 0 | 0.79 | 0.93 | 0.06 | 9.11 | 0.88 | 0.5 |
| Hex | F0 | 32 | 10 | 0 | 4F | 5D | 6 | 9 | 58 | 32 |
| Octal | 360 | 62 | 20 | 0 | 117 | 135 | 6 | 11 | 130 | 62 |
| Binary | 11110000 | 110010 | 10000 | 0 | 1001111 | 1011101 | 110 | 1001 | 1011000 | 110010 |
Color Harmonies of #F03210
Complementary color
Monochromatic Colors of #F03210
Black with #F03210
Text Example
Text Example
White with #F03210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03210; }
p { color: rgb(240,50,16); }
H1.HeaderClassName
{
color: #F03210;
}
.AnyTagClassName
{
color: #F03210;
}
</style>
background-color css
<style>
a { background-color: #F03210; }
a { background-color: rgb(240,50,16); }
div.DivClassName
{
background-color: #F03210;
}
.BgClassName
{
background-color: #F03210;
}
</style>
border-color css
<style>
span { border-color: #F03210; }
span { border-color: rgb(240,50,16); }
td.TdClassName
{
border-color: #F03210;
}
.TagClassName
{
border-color: #F03210;
}
</style>