Shades of Scarlet #F71A1A
Tints of Scarlet #F71A1A
RGB
CMYK
RGB Variations
Color information
#F71A1A (or 0xF71A1A) is known color: Scarlet. HEX triplet: F7, 1A and 1A. RGB value is (247,26,26). Sum of RGB (Red+Green+Blue) = 247+26+26=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71A1A is #08E5E5. Grayscale: #5C5C5C. Windows color (decimal): -583142 or 1710839. OLE color: 1710839.
HSL color Cylindrical-coordinate representation of color #F71A1A: hue angle of 0º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71A1A is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 26 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.03 |
| HSL | 0º | 0.93% | 0.54% | - |
| HSV(B) | 0º | 0.89% | 0.97% | - |
| XYZ | 38.91 | 20.59 | 2.9 | - |
| YUV | 92.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 26 | 0 | 0.89 | 0.89 | 0.03 | 0 | 0.93 | 0.54 |
| Hex | F7 | 1A | 1A | 0 | 59 | 59 | 3 | 0 | 5D | 36 |
| Octal | 367 | 32 | 32 | 0 | 131 | 131 | 3 | 0 | 135 | 66 |
| Binary | 11110111 | 11010 | 11010 | 0 | 1011001 | 1011001 | 11 | 0 | 1011101 | 110110 |
Color Harmonies of #F71A1A
Complementary color
Monochromatic Colors of #F71A1A
Black with #F71A1A
Text Example
Text Example
White with #F71A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A1A; }
p { color: rgb(247,26,26); }
H1.HeaderClassName
{
color: #F71A1A;
}
.AnyTagClassName
{
color: #F71A1A;
}
</style>
background-color css
<style>
a { background-color: #F71A1A; }
a { background-color: rgb(247,26,26); }
div.DivClassName
{
background-color: #F71A1A;
}
.BgClassName
{
background-color: #F71A1A;
}
</style>
border-color css
<style>
span { border-color: #F71A1A; }
span { border-color: rgb(247,26,26); }
td.TdClassName
{
border-color: #F71A1A;
}
.TagClassName
{
border-color: #F71A1A;
}
</style>