Shades of Scarlet #F71715
Tints of Scarlet #F71715
RGB
CMYK
RGB Variations
Color information
#F71715 (or 0xF71715) is known color: Scarlet. HEX triplet: F7, 17 and 15. RGB value is (247,23,21). Sum of RGB (Red+Green+Blue) = 247+23+21=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F71715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71715 is #08E8EA. Grayscale: #595959. Windows color (decimal): -583915 or 1382391. OLE color: 1382391.
HSL color Cylindrical-coordinate representation of color #F71715: hue angle of 0.53º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71715 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.03 |
| HSL | 0.53º | 0.93% | 0.53% | - |
| HSV(B) | 0.53º | 0.91% | 0.97% | - |
| XYZ | 38.8 | 20.44 | 2.61 | - |
| YUV | 89.75 | 89.21 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 21 | 0 | 0.91 | 0.91 | 0.03 | 0.53 | 0.93 | 0.53 |
| Hex | F7 | 17 | 15 | 0 | 5B | 5B | 3 | 1 | 5D | 35 |
| Octal | 367 | 27 | 25 | 0 | 133 | 133 | 3 | 1 | 135 | 65 |
| Binary | 11110111 | 10111 | 10101 | 0 | 1011011 | 1011011 | 11 | 1 | 1011101 | 110101 |
Color Harmonies of #F71715
Complementary color
Monochromatic Colors of #F71715
Black with #F71715
Text Example
Text Example
White with #F71715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71715; }
p { color: rgb(247,23,21); }
H1.HeaderClassName
{
color: #F71715;
}
.AnyTagClassName
{
color: #F71715;
}
</style>
background-color css
<style>
a { background-color: #F71715; }
a { background-color: rgb(247,23,21); }
div.DivClassName
{
background-color: #F71715;
}
.BgClassName
{
background-color: #F71715;
}
</style>
border-color css
<style>
span { border-color: #F71715; }
span { border-color: rgb(247,23,21); }
td.TdClassName
{
border-color: #F71715;
}
.TagClassName
{
border-color: #F71715;
}
</style>