Shades of Scarlet #F03518
Tints of Scarlet #F03518
RGB
CMYK
RGB Variations
Color information
#F03518 (or 0xF03518) is known color: Scarlet. HEX triplet: F0, 35 and 18. RGB value is (240,53,24). Sum of RGB (Red+Green+Blue) = 240+53+24=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F03518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03518 is #0FCAE7. Grayscale: #696969. Windows color (decimal): -1034984 or 1586672. OLE color: 1586672.
HSL color Cylindrical-coordinate representation of color #F03518: hue angle of 8.06º 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 #F03518 is Cyan = 0, Magento = 0.78, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 24 | - |
| CMYK | 0 | 0.78 | 0.9 | 0.06 |
| HSL | 8.06º | 0.88% | 0.52% | - |
| HSV(B) | 8.06º | 0.9% | 0.94% | - |
| XYZ | 37.37 | 21.14 | 2.97 | - |
| YUV | 105.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 24 | 0 | 0.78 | 0.9 | 0.06 | 8.06 | 0.88 | 0.52 |
| Hex | F0 | 35 | 18 | 0 | 4E | 5A | 6 | 8 | 58 | 34 |
| Octal | 360 | 65 | 30 | 0 | 116 | 132 | 6 | 10 | 130 | 64 |
| Binary | 11110000 | 110101 | 11000 | 0 | 1001110 | 1011010 | 110 | 1000 | 1011000 | 110100 |
Color Harmonies of #F03518
Complementary color
Monochromatic Colors of #F03518
Black with #F03518
Text Example
Text Example
White with #F03518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03518; }
p { color: rgb(240,53,24); }
H1.HeaderClassName
{
color: #F03518;
}
.AnyTagClassName
{
color: #F03518;
}
</style>
background-color css
<style>
a { background-color: #F03518; }
a { background-color: rgb(240,53,24); }
div.DivClassName
{
background-color: #F03518;
}
.BgClassName
{
background-color: #F03518;
}
</style>
border-color css
<style>
span { border-color: #F03518; }
span { border-color: rgb(240,53,24); }
td.TdClassName
{
border-color: #F03518;
}
.TagClassName
{
border-color: #F03518;
}
</style>