Shades of Scarlet #F71500
Tints of Scarlet #F71500
RGB
CMYK
RGB Variations
Color information
#F71500 (or 0xF71500) is known color: Scarlet. HEX triplet: F7, 15 and 00. RGB value is (247,21,0). Sum of RGB (Red+Green+Blue) = 247+21+0=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F71500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71500 is #08EAFF. Grayscale: #565656. Windows color (decimal): -584448 or 5623. OLE color: 5623.
HSL color Cylindrical-coordinate representation of color #F71500: hue angle of 5.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F71500 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.03 |
| HSL | 5.1º | 1% | 0.48% | - |
| HSV(B) | 5.1º | 1% | 0.97% | - |
| XYZ | 38.63 | 20.31 | 1.88 | - |
| YUV | 86.18 | 79.37 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 0 | 0 | 0.91 | 1 | 0.03 | 5.1 | 1 | 0.48 |
| Hex | F7 | 15 | 0 | 0 | 5B | 64 | 3 | 5 | 64 | 30 |
| Octal | 367 | 25 | 0 | 0 | 133 | 144 | 3 | 5 | 144 | 60 |
| Binary | 11110111 | 10101 | 0 | 0 | 1011011 | 1100100 | 11 | 101 | 1100100 | 110000 |
Color Harmonies of #F71500
Complementary color
Monochromatic Colors of #F71500
Black with #F71500
Text Example
Text Example
White with #F71500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71500; }
p { color: rgb(247,21,0); }
H1.HeaderClassName
{
color: #F71500;
}
.AnyTagClassName
{
color: #F71500;
}
</style>
background-color css
<style>
a { background-color: #F71500; }
a { background-color: rgb(247,21,0); }
div.DivClassName
{
background-color: #F71500;
}
.BgClassName
{
background-color: #F71500;
}
</style>
border-color css
<style>
span { border-color: #F71500; }
span { border-color: rgb(247,21,0); }
td.TdClassName
{
border-color: #F71500;
}
.TagClassName
{
border-color: #F71500;
}
</style>