Shades of Scarlet #F6140E
Tints of Scarlet #F6140E
RGB
CMYK
RGB Variations
Color information
#F6140E (or 0xF6140E) is known color: Scarlet. HEX triplet: F6, 14 and 0E. RGB value is (246,20,14). Sum of RGB (Red+Green+Blue) = 246+20+14=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F6140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6140E is #09EBF1. Grayscale: #575757. Windows color (decimal): -650226 or 922870. OLE color: 922870.
HSL color Cylindrical-coordinate representation of color #F6140E: hue angle of 1.55º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6140E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.04 |
| HSL | 1.55º | 0.93% | 0.51% | - |
| HSV(B) | 1.55º | 0.94% | 0.96% | - |
| XYZ | 38.34 | 20.12 | 2.28 | - |
| YUV | 86.89 | 86.87 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 14 | 0 | 0.92 | 0.94 | 0.04 | 1.55 | 0.93 | 0.51 |
| Hex | F6 | 14 | E | 0 | 5C | 5E | 4 | 2 | 5D | 33 |
| Octal | 366 | 24 | 16 | 0 | 134 | 136 | 4 | 2 | 135 | 63 |
| Binary | 11110110 | 10100 | 1110 | 0 | 1011100 | 1011110 | 100 | 10 | 1011101 | 110011 |
Color Harmonies of #F6140E
Complementary color
Monochromatic Colors of #F6140E
Black with #F6140E
Text Example
Text Example
White with #F6140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6140E; }
p { color: rgb(246,20,14); }
H1.HeaderClassName
{
color: #F6140E;
}
.AnyTagClassName
{
color: #F6140E;
}
</style>
background-color css
<style>
a { background-color: #F6140E; }
a { background-color: rgb(246,20,14); }
div.DivClassName
{
background-color: #F6140E;
}
.BgClassName
{
background-color: #F6140E;
}
</style>
border-color css
<style>
span { border-color: #F6140E; }
span { border-color: rgb(246,20,14); }
td.TdClassName
{
border-color: #F6140E;
}
.TagClassName
{
border-color: #F6140E;
}
</style>