Shades of Scarlet #F71A0A
Tints of Scarlet #F71A0A
RGB
CMYK
RGB Variations
Color information
#F71A0A (or 0xF71A0A) is known color: Scarlet. HEX triplet: F7, 1A and 0A. RGB value is (247,26,10). Sum of RGB (Red+Green+Blue) = 247+26+10=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71A0A is #08E5F5. Grayscale: #5A5A5A. Windows color (decimal): -583158 or 662263. OLE color: 662263.
HSL color Cylindrical-coordinate representation of color #F71A0A: hue angle of 4.05º 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 #F71A0A is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 10 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.03 |
| HSL | 4.05º | 0.94% | 0.5% | - |
| HSV(B) | 4.05º | 0.96% | 0.97% | - |
| XYZ | 38.78 | 20.53 | 2.21 | - |
| YUV | 90.26 | 82.72 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 10 | 0 | 0.89 | 0.96 | 0.03 | 4.05 | 0.94 | 0.5 |
| Hex | F7 | 1A | A | 0 | 59 | 60 | 3 | 4 | 5E | 32 |
| Octal | 367 | 32 | 12 | 0 | 131 | 140 | 3 | 4 | 136 | 62 |
| Binary | 11110111 | 11010 | 1010 | 0 | 1011001 | 1100000 | 11 | 100 | 1011110 | 110010 |
Color Harmonies of #F71A0A
Complementary color
Monochromatic Colors of #F71A0A
Black with #F71A0A
Text Example
Text Example
White with #F71A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A0A; }
p { color: rgb(247,26,10); }
H1.HeaderClassName
{
color: #F71A0A;
}
.AnyTagClassName
{
color: #F71A0A;
}
</style>
background-color css
<style>
a { background-color: #F71A0A; }
a { background-color: rgb(247,26,10); }
div.DivClassName
{
background-color: #F71A0A;
}
.BgClassName
{
background-color: #F71A0A;
}
</style>
border-color css
<style>
span { border-color: #F71A0A; }
span { border-color: rgb(247,26,10); }
td.TdClassName
{
border-color: #F71A0A;
}
.TagClassName
{
border-color: #F71A0A;
}
</style>