Shades of Scarlet #F71409
Tints of Scarlet #F71409
RGB
CMYK
RGB Variations
Color information
#F71409 (or 0xF71409) is known color: Scarlet. HEX triplet: F7, 14 and 09. RGB value is (247,20,9). Sum of RGB (Red+Green+Blue) = 247+20+9=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F71409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71409 is #08EBF6. Grayscale: #565656. Windows color (decimal): -584695 or 595191. OLE color: 595191.
HSL color Cylindrical-coordinate representation of color #F71409: hue angle of 2.77º 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 #F71409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.03 |
| HSL | 2.77º | 0.94% | 0.5% | - |
| HSV(B) | 2.77º | 0.96% | 0.97% | - |
| XYZ | 38.66 | 20.29 | 2.14 | - |
| YUV | 86.62 | 84.21 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 9 | 0 | 0.92 | 0.96 | 0.03 | 2.77 | 0.94 | 0.5 |
| Hex | F7 | 14 | 9 | 0 | 5C | 60 | 3 | 3 | 5E | 32 |
| Octal | 367 | 24 | 11 | 0 | 134 | 140 | 3 | 3 | 136 | 62 |
| Binary | 11110111 | 10100 | 1001 | 0 | 1011100 | 1100000 | 11 | 11 | 1011110 | 110010 |
Color Harmonies of #F71409
Complementary color
Monochromatic Colors of #F71409
Black with #F71409
Text Example
Text Example
White with #F71409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71409; }
p { color: rgb(247,20,9); }
H1.HeaderClassName
{
color: #F71409;
}
.AnyTagClassName
{
color: #F71409;
}
</style>
background-color css
<style>
a { background-color: #F71409; }
a { background-color: rgb(247,20,9); }
div.DivClassName
{
background-color: #F71409;
}
.BgClassName
{
background-color: #F71409;
}
</style>
border-color css
<style>
span { border-color: #F71409; }
span { border-color: rgb(247,20,9); }
td.TdClassName
{
border-color: #F71409;
}
.TagClassName
{
border-color: #F71409;
}
</style>