Shades of Scarlet #F73407
Tints of Scarlet #F73407
RGB
CMYK
RGB Variations
Color information
#F73407 (or 0xF73407) is known color: Scarlet. HEX triplet: F7, 34 and 07. RGB value is (247,52,7). Sum of RGB (Red+Green+Blue) = 247+52+7=306 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.72% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 247 - color contains mainly: red. Hex color #F73407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73407 is #08CBF8. Grayscale: #696969. Windows color (decimal): -576505 or 472311. OLE color: 472311.
HSL color Cylindrical-coordinate representation of color #F73407: hue angle of 11.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F73407 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.03 |
| HSL | 11.25º | 0.94% | 0.5% | - |
| HSV(B) | 11.25º | 0.97% | 0.97% | - |
| XYZ | 39.62 | 22.25 | 2.41 | - |
| YUV | 105.18 | 72.6 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 7 | 0 | 0.79 | 0.97 | 0.03 | 11.25 | 0.94 | 0.5 |
| Hex | F7 | 34 | 7 | 0 | 4F | 61 | 3 | B | 5E | 32 |
| Octal | 367 | 64 | 7 | 0 | 117 | 141 | 3 | 13 | 136 | 62 |
| Binary | 11110111 | 110100 | 111 | 0 | 1001111 | 1100001 | 11 | 1011 | 1011110 | 110010 |
Color Harmonies of #F73407
Complementary color
Monochromatic Colors of #F73407
Black with #F73407
Text Example
Text Example
White with #F73407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73407; }
p { color: rgb(247,52,7); }
H1.HeaderClassName
{
color: #F73407;
}
.AnyTagClassName
{
color: #F73407;
}
</style>
background-color css
<style>
a { background-color: #F73407; }
a { background-color: rgb(247,52,7); }
div.DivClassName
{
background-color: #F73407;
}
.BgClassName
{
background-color: #F73407;
}
</style>
border-color css
<style>
span { border-color: #F73407; }
span { border-color: rgb(247,52,7); }
td.TdClassName
{
border-color: #F73407;
}
.TagClassName
{
border-color: #F73407;
}
</style>