Shades of Scarlet #F7350E
Tints of Scarlet #F7350E
RGB
CMYK
RGB Variations
Color information
#F7350E (or 0xF7350E) is known color: Scarlet. HEX triplet: F7, 35 and 0E. RGB value is (247,53,14). Sum of RGB (Red+Green+Blue) = 247+53+14=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F7350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7350E is #08CAF1. Grayscale: #6A6A6A. Windows color (decimal): -576242 or 931319. OLE color: 931319.
HSL color Cylindrical-coordinate representation of color #F7350E: hue angle of 10.04º 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 #F7350E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.03 |
| HSL | 10.04º | 0.94% | 0.51% | - |
| HSV(B) | 10.04º | 0.94% | 0.97% | - |
| XYZ | 39.71 | 22.35 | 2.64 | - |
| YUV | 106.56 | 75.77 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 14 | 0 | 0.79 | 0.94 | 0.03 | 10.04 | 0.94 | 0.51 |
| Hex | F7 | 35 | E | 0 | 4F | 5E | 3 | A | 5E | 33 |
| Octal | 367 | 65 | 16 | 0 | 117 | 136 | 3 | 12 | 136 | 63 |
| Binary | 11110111 | 110101 | 1110 | 0 | 1001111 | 1011110 | 11 | 1010 | 1011110 | 110011 |
Color Harmonies of #F7350E
Complementary color
Monochromatic Colors of #F7350E
Black with #F7350E
Text Example
Text Example
White with #F7350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7350E; }
p { color: rgb(247,53,14); }
H1.HeaderClassName
{
color: #F7350E;
}
.AnyTagClassName
{
color: #F7350E;
}
</style>
background-color css
<style>
a { background-color: #F7350E; }
a { background-color: rgb(247,53,14); }
div.DivClassName
{
background-color: #F7350E;
}
.BgClassName
{
background-color: #F7350E;
}
</style>
border-color css
<style>
span { border-color: #F7350E; }
span { border-color: rgb(247,53,14); }
td.TdClassName
{
border-color: #F7350E;
}
.TagClassName
{
border-color: #F7350E;
}
</style>