Shades of Scarlet #F7150E
Tints of Scarlet #F7150E
RGB
CMYK
RGB Variations
Color information
#F7150E (or 0xF7150E) is known color: Scarlet. HEX triplet: F7, 15 and 0E. RGB value is (247,21,14). Sum of RGB (Red+Green+Blue) = 247+21+14=282 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.59% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 247 - color contains mainly: red. Hex color #F7150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7150E is #08EAF1. Grayscale: #585858. Windows color (decimal): -584434 or 923127. OLE color: 923127.
HSL color Cylindrical-coordinate representation of color #F7150E: hue angle of 1.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7150E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.03 |
| HSL | 1.8º | 0.94% | 0.51% | - |
| HSV(B) | 1.8º | 0.94% | 0.97% | - |
| XYZ | 38.71 | 20.34 | 2.3 | - |
| YUV | 87.78 | 86.37 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 14 | 0 | 0.91 | 0.94 | 0.03 | 1.8 | 0.94 | 0.51 |
| Hex | F7 | 15 | E | 0 | 5B | 5E | 3 | 2 | 5E | 33 |
| Octal | 367 | 25 | 16 | 0 | 133 | 136 | 3 | 2 | 136 | 63 |
| Binary | 11110111 | 10101 | 1110 | 0 | 1011011 | 1011110 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F7150E
Complementary color
Monochromatic Colors of #F7150E
Black with #F7150E
Text Example
Text Example
White with #F7150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7150E; }
p { color: rgb(247,21,14); }
H1.HeaderClassName
{
color: #F7150E;
}
.AnyTagClassName
{
color: #F7150E;
}
</style>
background-color css
<style>
a { background-color: #F7150E; }
a { background-color: rgb(247,21,14); }
div.DivClassName
{
background-color: #F7150E;
}
.BgClassName
{
background-color: #F7150E;
}
</style>
border-color css
<style>
span { border-color: #F7150E; }
span { border-color: rgb(247,21,14); }
td.TdClassName
{
border-color: #F7150E;
}
.TagClassName
{
border-color: #F7150E;
}
</style>