Shades of Scarlet #F02811
Tints of Scarlet #F02811
RGB
CMYK
RGB Variations
Color information
#F02811 (or 0xF02811) is known color: Scarlet. HEX triplet: F0, 28 and 11. RGB value is (240,40,17). Sum of RGB (Red+Green+Blue) = 240+40+17=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02811 is #0FD7EE. Grayscale: #616161. Windows color (decimal): -1038319 or 1124592. OLE color: 1124592.
HSL color Cylindrical-coordinate representation of color #F02811: hue angle of 6.19º 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 #F02811 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 17 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.06 |
| HSL | 6.19º | 0.88% | 0.5% | - |
| HSV(B) | 6.19º | 0.93% | 0.94% | - |
| XYZ | 36.8 | 20.08 | 2.47 | - |
| YUV | 97.18 | 82.76 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 17 | 0 | 0.83 | 0.93 | 0.06 | 6.19 | 0.88 | 0.5 |
| Hex | F0 | 28 | 11 | 0 | 53 | 5D | 6 | 6 | 58 | 32 |
| Octal | 360 | 50 | 21 | 0 | 123 | 135 | 6 | 6 | 130 | 62 |
| Binary | 11110000 | 101000 | 10001 | 0 | 1010011 | 1011101 | 110 | 110 | 1011000 | 110010 |
Color Harmonies of #F02811
Complementary color
Monochromatic Colors of #F02811
Black with #F02811
Text Example
Text Example
White with #F02811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02811; }
p { color: rgb(240,40,17); }
H1.HeaderClassName
{
color: #F02811;
}
.AnyTagClassName
{
color: #F02811;
}
</style>
background-color css
<style>
a { background-color: #F02811; }
a { background-color: rgb(240,40,17); }
div.DivClassName
{
background-color: #F02811;
}
.BgClassName
{
background-color: #F02811;
}
</style>
border-color css
<style>
span { border-color: #F02811; }
span { border-color: rgb(240,40,17); }
td.TdClassName
{
border-color: #F02811;
}
.TagClassName
{
border-color: #F02811;
}
</style>