Shades of Scarlet #F71513
Tints of Scarlet #F71513
RGB
CMYK
RGB Variations
Color information
#F71513 (or 0xF71513) is known color: Scarlet. HEX triplet: F7, 15 and 13. RGB value is (247,21,19). Sum of RGB (Red+Green+Blue) = 247+21+19=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F71513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71513 is #08EAEC. Grayscale: #585858. Windows color (decimal): -584429 or 1250807. OLE color: 1250807.
HSL color Cylindrical-coordinate representation of color #F71513: hue angle of 0.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71513 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.03 |
| HSL | 0.53º | 0.93% | 0.52% | - |
| HSV(B) | 0.53º | 0.92% | 0.97% | - |
| XYZ | 38.74 | 20.36 | 2.5 | - |
| YUV | 88.35 | 88.87 | 241.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 19 | 0 | 0.91 | 0.92 | 0.03 | 0.53 | 0.93 | 0.52 |
| Hex | F7 | 15 | 13 | 0 | 5B | 5C | 3 | 1 | 5D | 34 |
| Octal | 367 | 25 | 23 | 0 | 133 | 134 | 3 | 1 | 135 | 64 |
| Binary | 11110111 | 10101 | 10011 | 0 | 1011011 | 1011100 | 11 | 1 | 1011101 | 110100 |
Color Harmonies of #F71513
Complementary color
Monochromatic Colors of #F71513
Black with #F71513
Text Example
Text Example
White with #F71513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71513; }
p { color: rgb(247,21,19); }
H1.HeaderClassName
{
color: #F71513;
}
.AnyTagClassName
{
color: #F71513;
}
</style>
background-color css
<style>
a { background-color: #F71513; }
a { background-color: rgb(247,21,19); }
div.DivClassName
{
background-color: #F71513;
}
.BgClassName
{
background-color: #F71513;
}
</style>
border-color css
<style>
span { border-color: #F71513; }
span { border-color: rgb(247,21,19); }
td.TdClassName
{
border-color: #F71513;
}
.TagClassName
{
border-color: #F71513;
}
</style>