Shades of Scarlet #F03011
Tints of Scarlet #F03011
RGB
CMYK
RGB Variations
Color information
#F03011 (or 0xF03011) is known color: Scarlet. HEX triplet: F0, 30 and 11. RGB value is (240,48,17). Sum of RGB (Red+Green+Blue) = 240+48+17=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F03011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03011 is #0FCFEE. Grayscale: #666666. Windows color (decimal): -1036271 or 1126640. OLE color: 1126640.
HSL color Cylindrical-coordinate representation of color #F03011: hue angle of 8.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03011 is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 17 | - |
| CMYK | 0 | 0.8 | 0.93 | 0.06 |
| HSL | 8.34º | 0.88% | 0.5% | - |
| HSV(B) | 8.34º | 0.93% | 0.94% | - |
| XYZ | 37.09 | 20.68 | 2.57 | - |
| YUV | 101.87 | 80.11 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 17 | 0 | 0.8 | 0.93 | 0.06 | 8.34 | 0.88 | 0.5 |
| Hex | F0 | 30 | 11 | 0 | 50 | 5D | 6 | 8 | 58 | 32 |
| Octal | 360 | 60 | 21 | 0 | 120 | 135 | 6 | 10 | 130 | 62 |
| Binary | 11110000 | 110000 | 10001 | 0 | 1010000 | 1011101 | 110 | 1000 | 1011000 | 110010 |
Color Harmonies of #F03011
Complementary color
Monochromatic Colors of #F03011
Black with #F03011
Text Example
Text Example
White with #F03011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03011; }
p { color: rgb(240,48,17); }
H1.HeaderClassName
{
color: #F03011;
}
.AnyTagClassName
{
color: #F03011;
}
</style>
background-color css
<style>
a { background-color: #F03011; }
a { background-color: rgb(240,48,17); }
div.DivClassName
{
background-color: #F03011;
}
.BgClassName
{
background-color: #F03011;
}
</style>
border-color css
<style>
span { border-color: #F03011; }
span { border-color: rgb(240,48,17); }
td.TdClassName
{
border-color: #F03011;
}
.TagClassName
{
border-color: #F03011;
}
</style>