Shades of Scarlet #F0140A
Tints of Scarlet #F0140A
RGB
CMYK
RGB Variations
Color information
#F0140A (or 0xF0140A) is known color: Scarlet. HEX triplet: F0, 14 and 0A. RGB value is (240,20,10). Sum of RGB (Red+Green+Blue) = 240+20+10=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0140A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0140A is #0FEBF5. Grayscale: #545454. Windows color (decimal): -1043446 or 660720. OLE color: 660720.
HSL color Cylindrical-coordinate representation of color #F0140A: hue angle of 2.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0140A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.06 |
| HSL | 2.61º | 0.92% | 0.49% | - |
| HSV(B) | 2.61º | 0.96% | 0.94% | - |
| XYZ | 36.24 | 19.05 | 2.05 | - |
| YUV | 84.64 | 85.89 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 10 | 0 | 0.92 | 0.96 | 0.06 | 2.61 | 0.92 | 0.49 |
| Hex | F0 | 14 | A | 0 | 5C | 60 | 6 | 3 | 5C | 31 |
| Octal | 360 | 24 | 12 | 0 | 134 | 140 | 6 | 3 | 134 | 61 |
| Binary | 11110000 | 10100 | 1010 | 0 | 1011100 | 1100000 | 110 | 11 | 1011100 | 110001 |
Color Harmonies of #F0140A
Complementary color
Monochromatic Colors of #F0140A
Black with #F0140A
Text Example
Text Example
White with #F0140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0140A; }
p { color: rgb(240,20,10); }
H1.HeaderClassName
{
color: #F0140A;
}
.AnyTagClassName
{
color: #F0140A;
}
</style>
background-color css
<style>
a { background-color: #F0140A; }
a { background-color: rgb(240,20,10); }
div.DivClassName
{
background-color: #F0140A;
}
.BgClassName
{
background-color: #F0140A;
}
</style>
border-color css
<style>
span { border-color: #F0140A; }
span { border-color: rgb(240,20,10); }
td.TdClassName
{
border-color: #F0140A;
}
.TagClassName
{
border-color: #F0140A;
}
</style>