Shades of Scarlet #F03014
Tints of Scarlet #F03014
RGB
CMYK
RGB Variations
Color information
#F03014 (or 0xF03014) is known color: Scarlet. HEX triplet: F0, 30 and 14. RGB value is (240,48,20). Sum of RGB (Red+Green+Blue) = 240+48+20=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F03014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03014 is #0FCFEB. Grayscale: #666666. Windows color (decimal): -1036268 or 1323248. OLE color: 1323248.
HSL color Cylindrical-coordinate representation of color #F03014: hue angle of 7.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F03014 is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 20 | - |
| CMYK | 0 | 0.8 | 0.92 | 0.06 |
| HSL | 7.64º | 0.88% | 0.51% | - |
| HSV(B) | 7.64º | 0.92% | 0.94% | - |
| XYZ | 37.12 | 20.69 | 2.7 | - |
| YUV | 102.22 | 81.61 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 20 | 0 | 0.8 | 0.92 | 0.06 | 7.64 | 0.88 | 0.51 |
| Hex | F0 | 30 | 14 | 0 | 50 | 5C | 6 | 8 | 58 | 33 |
| Octal | 360 | 60 | 24 | 0 | 120 | 134 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 110000 | 10100 | 0 | 1010000 | 1011100 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F03014
Complementary color
Monochromatic Colors of #F03014
Black with #F03014
Text Example
Text Example
White with #F03014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03014; }
p { color: rgb(240,48,20); }
H1.HeaderClassName
{
color: #F03014;
}
.AnyTagClassName
{
color: #F03014;
}
</style>
background-color css
<style>
a { background-color: #F03014; }
a { background-color: rgb(240,48,20); }
div.DivClassName
{
background-color: #F03014;
}
.BgClassName
{
background-color: #F03014;
}
</style>
border-color css
<style>
span { border-color: #F03014; }
span { border-color: rgb(240,48,20); }
td.TdClassName
{
border-color: #F03014;
}
.TagClassName
{
border-color: #F03014;
}
</style>