Shades of Scarlet #F03114
Tints of Scarlet #F03114
RGB
CMYK
RGB Variations
Color information
#F03114 (or 0xF03114) is known color: Scarlet. HEX triplet: F0, 31 and 14. RGB value is (240,49,20). Sum of RGB (Red+Green+Blue) = 240+49+20=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F03114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03114 is #0FCEEB. Grayscale: #676767. Windows color (decimal): -1036012 or 1323504. OLE color: 1323504.
HSL color Cylindrical-coordinate representation of color #F03114: hue angle of 7.91º 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 #F03114 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 20 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.06 |
| HSL | 7.91º | 0.88% | 0.51% | - |
| HSV(B) | 7.91º | 0.92% | 0.94% | - |
| XYZ | 37.16 | 20.77 | 2.71 | - |
| YUV | 102.8 | 81.28 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 20 | 0 | 0.80 | 0.92 | 0.06 | 7.91 | 0.88 | 0.51 |
| Hex | F0 | 31 | 14 | 0 | 50 | 5C | 6 | 8 | 58 | 33 |
| Octal | 360 | 61 | 24 | 0 | 120 | 134 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 110001 | 10100 | 0 | 1010000 | 1011100 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F03114
Complementary color
Monochromatic Colors of #F03114
Black with #F03114
Text Example
Text Example
White with #F03114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03114; }
p { color: rgb(240,49,20); }
H1.HeaderClassName
{
color: #F03114;
}
.AnyTagClassName
{
color: #F03114;
}
</style>
background-color css
<style>
a { background-color: #F03114; }
a { background-color: rgb(240,49,20); }
div.DivClassName
{
background-color: #F03114;
}
.BgClassName
{
background-color: #F03114;
}
</style>
border-color css
<style>
span { border-color: #F03114; }
span { border-color: rgb(240,49,20); }
td.TdClassName
{
border-color: #F03114;
}
.TagClassName
{
border-color: #F03114;
}
</style>