Shades of Scarlet #F02814
Tints of Scarlet #F02814
RGB
CMYK
RGB Variations
Color information
#F02814 (or 0xF02814) is known color: Scarlet. HEX triplet: F0, 28 and 14. RGB value is (240,40,20). Sum of RGB (Red+Green+Blue) = 240+40+20=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F02814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02814 is #0FD7EB. Grayscale: #616161. Windows color (decimal): -1038316 or 1321200. OLE color: 1321200.
HSL color Cylindrical-coordinate representation of color #F02814: hue angle of 5.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F02814 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 20 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.06 |
| HSL | 5.45º | 0.88% | 0.51% | - |
| HSV(B) | 5.45º | 0.92% | 0.94% | - |
| XYZ | 36.82 | 20.09 | 2.6 | - |
| YUV | 97.52 | 84.26 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 20 | 0 | 0.83 | 0.92 | 0.06 | 5.45 | 0.88 | 0.51 |
| Hex | F0 | 28 | 14 | 0 | 53 | 5C | 6 | 5 | 58 | 33 |
| Octal | 360 | 50 | 24 | 0 | 123 | 134 | 6 | 5 | 130 | 63 |
| Binary | 11110000 | 101000 | 10100 | 0 | 1010011 | 1011100 | 110 | 101 | 1011000 | 110011 |
Color Harmonies of #F02814
Complementary color
Monochromatic Colors of #F02814
Black with #F02814
Text Example
Text Example
White with #F02814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02814; }
p { color: rgb(240,40,20); }
H1.HeaderClassName
{
color: #F02814;
}
.AnyTagClassName
{
color: #F02814;
}
</style>
background-color css
<style>
a { background-color: #F02814; }
a { background-color: rgb(240,40,20); }
div.DivClassName
{
background-color: #F02814;
}
.BgClassName
{
background-color: #F02814;
}
</style>
border-color css
<style>
span { border-color: #F02814; }
span { border-color: rgb(240,40,20); }
td.TdClassName
{
border-color: #F02814;
}
.TagClassName
{
border-color: #F02814;
}
</style>