Shades of Scarlet #F03115
Tints of Scarlet #F03115
RGB
CMYK
RGB Variations
Color information
#F03115 (or 0xF03115) is known color: Scarlet. HEX triplet: F0, 31 and 15. RGB value is (240,49,21). Sum of RGB (Red+Green+Blue) = 240+49+21=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F03115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03115 is #0FCEEA. Grayscale: #676767. Windows color (decimal): -1036011 or 1389040. OLE color: 1389040.
HSL color Cylindrical-coordinate representation of color #F03115: hue angle of 7.67º 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 #F03115 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 21 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.06 |
| HSL | 7.67º | 0.88% | 0.51% | - |
| HSV(B) | 7.67º | 0.91% | 0.94% | - |
| XYZ | 37.17 | 20.78 | 2.76 | - |
| YUV | 102.92 | 81.78 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 21 | 0 | 0.80 | 0.91 | 0.06 | 7.67 | 0.88 | 0.51 |
| Hex | F0 | 31 | 15 | 0 | 50 | 5B | 6 | 8 | 58 | 33 |
| Octal | 360 | 61 | 25 | 0 | 120 | 133 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 110001 | 10101 | 0 | 1010000 | 1011011 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F03115
Complementary color
Monochromatic Colors of #F03115
Black with #F03115
Text Example
Text Example
White with #F03115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03115; }
p { color: rgb(240,49,21); }
H1.HeaderClassName
{
color: #F03115;
}
.AnyTagClassName
{
color: #F03115;
}
</style>
background-color css
<style>
a { background-color: #F03115; }
a { background-color: rgb(240,49,21); }
div.DivClassName
{
background-color: #F03115;
}
.BgClassName
{
background-color: #F03115;
}
</style>
border-color css
<style>
span { border-color: #F03115; }
span { border-color: rgb(240,49,21); }
td.TdClassName
{
border-color: #F03115;
}
.TagClassName
{
border-color: #F03115;
}
</style>