Shades of Scarlet #F03119
Tints of Scarlet #F03119
RGB
CMYK
RGB Variations
Color information
#F03119 (or 0xF03119) is known color: Scarlet. HEX triplet: F0, 31 and 19. RGB value is (240,49,25). Sum of RGB (Red+Green+Blue) = 240+49+25=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03119 is #0FCEE6. Grayscale: #676767. Windows color (decimal): -1036007 or 1651184. OLE color: 1651184.
HSL color Cylindrical-coordinate representation of color #F03119: hue angle of 6.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03119 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 25 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.06 |
| HSL | 6.7º | 0.88% | 0.52% | - |
| HSV(B) | 6.7º | 0.9% | 0.94% | - |
| XYZ | 37.21 | 20.79 | 2.97 | - |
| YUV | 103.37 | 83.78 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 25 | 0 | 0.80 | 0.90 | 0.06 | 6.7 | 0.88 | 0.52 |
| Hex | F0 | 31 | 19 | 0 | 50 | 5A | 6 | 7 | 58 | 34 |
| Octal | 360 | 61 | 31 | 0 | 120 | 132 | 6 | 7 | 130 | 64 |
| Binary | 11110000 | 110001 | 11001 | 0 | 1010000 | 1011010 | 110 | 111 | 1011000 | 110100 |
Color Harmonies of #F03119
Complementary color
Monochromatic Colors of #F03119
Black with #F03119
Text Example
Text Example
White with #F03119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03119; }
p { color: rgb(240,49,25); }
H1.HeaderClassName
{
color: #F03119;
}
.AnyTagClassName
{
color: #F03119;
}
</style>
background-color css
<style>
a { background-color: #F03119; }
a { background-color: rgb(240,49,25); }
div.DivClassName
{
background-color: #F03119;
}
.BgClassName
{
background-color: #F03119;
}
</style>
border-color css
<style>
span { border-color: #F03119; }
span { border-color: rgb(240,49,25); }
td.TdClassName
{
border-color: #F03119;
}
.TagClassName
{
border-color: #F03119;
}
</style>