Shades of Scarlet #F0140E
Tints of Scarlet #F0140E
RGB
CMYK
RGB Variations
Color information
#F0140E (or 0xF0140E) is known color: Scarlet. HEX triplet: F0, 14 and 0E. RGB value is (240,20,14). Sum of RGB (Red+Green+Blue) = 240+20+14=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F0140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0140E is #0FEBF1. Grayscale: #555555. Windows color (decimal): -1043442 or 922864. OLE color: 922864.
HSL color Cylindrical-coordinate representation of color #F0140E: hue angle of 1.59º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0140E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.06 |
| HSL | 1.59º | 0.89% | 0.5% | - |
| HSV(B) | 1.59º | 0.94% | 0.94% | - |
| XYZ | 36.26 | 19.06 | 2.18 | - |
| YUV | 85.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 14 | 0 | 0.92 | 0.94 | 0.06 | 1.59 | 0.89 | 0.5 |
| Hex | F0 | 14 | E | 0 | 5C | 5E | 6 | 2 | 59 | 32 |
| Octal | 360 | 24 | 16 | 0 | 134 | 136 | 6 | 2 | 131 | 62 |
| Binary | 11110000 | 10100 | 1110 | 0 | 1011100 | 1011110 | 110 | 10 | 1011001 | 110010 |
Color Harmonies of #F0140E
Complementary color
Monochromatic Colors of #F0140E
Black with #F0140E
Text Example
Text Example
White with #F0140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0140E; }
p { color: rgb(240,20,14); }
H1.HeaderClassName
{
color: #F0140E;
}
.AnyTagClassName
{
color: #F0140E;
}
</style>
background-color css
<style>
a { background-color: #F0140E; }
a { background-color: rgb(240,20,14); }
div.DivClassName
{
background-color: #F0140E;
}
.BgClassName
{
background-color: #F0140E;
}
</style>
border-color css
<style>
span { border-color: #F0140E; }
span { border-color: rgb(240,20,14); }
td.TdClassName
{
border-color: #F0140E;
}
.TagClassName
{
border-color: #F0140E;
}
</style>