Shades of Scarlet #F7140B
Tints of Scarlet #F7140B
RGB
CMYK
RGB Variations
Color information
#F7140B (or 0xF7140B) is known color: Scarlet. HEX triplet: F7, 14 and 0B. RGB value is (247,20,11). Sum of RGB (Red+Green+Blue) = 247+20+11=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F7140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7140B is #08EBF4. Grayscale: #575757. Windows color (decimal): -584693 or 726263. OLE color: 726263.
HSL color Cylindrical-coordinate representation of color #F7140B: hue angle of 2.29º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7140B is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 11 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.03 |
| HSL | 2.29º | 0.94% | 0.51% | - |
| HSV(B) | 2.29º | 0.96% | 0.97% | - |
| XYZ | 38.67 | 20.3 | 2.2 | - |
| YUV | 86.85 | 85.21 | 242.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 11 | 0 | 0.92 | 0.96 | 0.03 | 2.29 | 0.94 | 0.51 |
| Hex | F7 | 14 | B | 0 | 5C | 60 | 3 | 2 | 5E | 33 |
| Octal | 367 | 24 | 13 | 0 | 134 | 140 | 3 | 2 | 136 | 63 |
| Binary | 11110111 | 10100 | 1011 | 0 | 1011100 | 1100000 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F7140B
Complementary color
Monochromatic Colors of #F7140B
Black with #F7140B
Text Example
Text Example
White with #F7140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7140B; }
p { color: rgb(247,20,11); }
H1.HeaderClassName
{
color: #F7140B;
}
.AnyTagClassName
{
color: #F7140B;
}
</style>
background-color css
<style>
a { background-color: #F7140B; }
a { background-color: rgb(247,20,11); }
div.DivClassName
{
background-color: #F7140B;
}
.BgClassName
{
background-color: #F7140B;
}
</style>
border-color css
<style>
span { border-color: #F7140B; }
span { border-color: rgb(247,20,11); }
td.TdClassName
{
border-color: #F7140B;
}
.TagClassName
{
border-color: #F7140B;
}
</style>