Shades of Scarlet #F03516
Tints of Scarlet #F03516
RGB
CMYK
RGB Variations
Color information
#F03516 (or 0xF03516) is known color: Scarlet. HEX triplet: F0, 35 and 16. RGB value is (240,53,22). Sum of RGB (Red+Green+Blue) = 240+53+22=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F03516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03516 is #0FCAE9. Grayscale: #696969. Windows color (decimal): -1034986 or 1455600. OLE color: 1455600.
HSL color Cylindrical-coordinate representation of color #F03516: hue angle of 8.53º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F03516 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 22 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.06 |
| HSL | 8.53º | 0.88% | 0.51% | - |
| HSV(B) | 8.53º | 0.91% | 0.94% | - |
| XYZ | 37.35 | 21.13 | 2.87 | - |
| YUV | 105.38 | 80.95 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 22 | 0 | 0.78 | 0.91 | 0.06 | 8.53 | 0.88 | 0.51 |
| Hex | F0 | 35 | 16 | 0 | 4E | 5B | 6 | 9 | 58 | 33 |
| Octal | 360 | 65 | 26 | 0 | 116 | 133 | 6 | 11 | 130 | 63 |
| Binary | 11110000 | 110101 | 10110 | 0 | 1001110 | 1011011 | 110 | 1001 | 1011000 | 110011 |
Color Harmonies of #F03516
Complementary color
Monochromatic Colors of #F03516
Black with #F03516
Text Example
Text Example
White with #F03516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03516; }
p { color: rgb(240,53,22); }
H1.HeaderClassName
{
color: #F03516;
}
.AnyTagClassName
{
color: #F03516;
}
</style>
background-color css
<style>
a { background-color: #F03516; }
a { background-color: rgb(240,53,22); }
div.DivClassName
{
background-color: #F03516;
}
.BgClassName
{
background-color: #F03516;
}
</style>
border-color css
<style>
span { border-color: #F03516; }
span { border-color: rgb(240,53,22); }
td.TdClassName
{
border-color: #F03516;
}
.TagClassName
{
border-color: #F03516;
}
</style>