Shades of Scarlet #F7301A
Tints of Scarlet #F7301A
RGB
CMYK
RGB Variations
Color information
#F7301A (or 0xF7301A) is known color: Scarlet. HEX triplet: F7, 30 and 1A. RGB value is (247,48,26). Sum of RGB (Red+Green+Blue) = 247+48+26=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F7301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7301A is #08CFE5. Grayscale: #696969. Windows color (decimal): -577510 or 1716471. OLE color: 1716471.
HSL color Cylindrical-coordinate representation of color #F7301A: hue angle of 5.97º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7301A is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 26 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.03 |
| HSL | 5.97º | 0.93% | 0.54% | - |
| HSV(B) | 5.97º | 0.89% | 0.97% | - |
| XYZ | 39.6 | 21.96 | 3.13 | - |
| YUV | 104.99 | 83.43 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 26 | 0 | 0.81 | 0.89 | 0.03 | 5.97 | 0.93 | 0.54 |
| Hex | F7 | 30 | 1A | 0 | 51 | 59 | 3 | 6 | 5D | 36 |
| Octal | 367 | 60 | 32 | 0 | 121 | 131 | 3 | 6 | 135 | 66 |
| Binary | 11110111 | 110000 | 11010 | 0 | 1010001 | 1011001 | 11 | 110 | 1011101 | 110110 |
Color Harmonies of #F7301A
Complementary color
Monochromatic Colors of #F7301A
Black with #F7301A
Text Example
Text Example
White with #F7301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7301A; }
p { color: rgb(247,48,26); }
H1.HeaderClassName
{
color: #F7301A;
}
.AnyTagClassName
{
color: #F7301A;
}
</style>
background-color css
<style>
a { background-color: #F7301A; }
a { background-color: rgb(247,48,26); }
div.DivClassName
{
background-color: #F7301A;
}
.BgClassName
{
background-color: #F7301A;
}
</style>
border-color css
<style>
span { border-color: #F7301A; }
span { border-color: rgb(247,48,26); }
td.TdClassName
{
border-color: #F7301A;
}
.TagClassName
{
border-color: #F7301A;
}
</style>