Shades of Scarlet #F73409
Tints of Scarlet #F73409
RGB
CMYK
RGB Variations
Color information
#F73409 (or 0xF73409) is known color: Scarlet. HEX triplet: F7, 34 and 09. RGB value is (247,52,9). Sum of RGB (Red+Green+Blue) = 247+52+9=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F73409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73409 is #08CBF6. Grayscale: #696969. Windows color (decimal): -576503 or 603383. OLE color: 603383.
HSL color Cylindrical-coordinate representation of color #F73409: hue angle of 10.84º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F73409 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.03 |
| HSL | 10.84º | 0.94% | 0.5% | - |
| HSV(B) | 10.84º | 0.96% | 0.97% | - |
| XYZ | 39.64 | 22.25 | 2.46 | - |
| YUV | 105.4 | 73.6 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 9 | 0 | 0.79 | 0.96 | 0.03 | 10.84 | 0.94 | 0.5 |
| Hex | F7 | 34 | 9 | 0 | 4F | 60 | 3 | B | 5E | 32 |
| Octal | 367 | 64 | 11 | 0 | 117 | 140 | 3 | 13 | 136 | 62 |
| Binary | 11110111 | 110100 | 1001 | 0 | 1001111 | 1100000 | 11 | 1011 | 1011110 | 110010 |
Color Harmonies of #F73409
Complementary color
Monochromatic Colors of #F73409
Black with #F73409
Text Example
Text Example
White with #F73409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73409; }
p { color: rgb(247,52,9); }
H1.HeaderClassName
{
color: #F73409;
}
.AnyTagClassName
{
color: #F73409;
}
</style>
background-color css
<style>
a { background-color: #F73409; }
a { background-color: rgb(247,52,9); }
div.DivClassName
{
background-color: #F73409;
}
.BgClassName
{
background-color: #F73409;
}
</style>
border-color css
<style>
span { border-color: #F73409; }
span { border-color: rgb(247,52,9); }
td.TdClassName
{
border-color: #F73409;
}
.TagClassName
{
border-color: #F73409;
}
</style>