#F71916

Color #F71916 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F71916

Tints of Scarlet #F71916

Color information

#F71916 (or 0xF71916) is unknown color: approx Scarlet. HEX triplet: F7, 19 and 16. RGB value is (247,25,22). Sum of RGB (Red+Green+Blue) = 247+25+22=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F71916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71916 is #08E6E9. Grayscale: #5B5B5B. Windows color (decimal): -583402 or 1448439. OLE color: 1448439.

HSL color Cylindrical-coordinate representation of color #F71916: hue angle of 0.8º 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 #F71916 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB2472522-
CMYK00.900.910.03
HSL0.8º93.36%52.75%-
HSV(B)0.8º91.09%96.86%-
XYZ38.8520.532.67-
YUV91.0489.05239.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 84.01%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=84.01%
G=8.50%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247252200.900.910.030.893.3652.75
HexF7191605A5B315d35
Octal367312601321333113565
Binary1111011111001101100101101010110111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71916; }

 p { color: rgb(247,25,22); }

 H1.HeaderClassName
 {
   color: #F71916;
 }
 .AnyTagClassName
 {
   color: #F71916;
 }
</style>
background-color css

<style>
 a { background-color: #F71916; }

 a { background-color: rgb(247,25,22); }

 div.DivClassName
 {
   background-color: #F71916;
 }
 .BgClassName
 {
   background-color: #F71916;
 }
</style>
border-color css

<style>
 span { border-color: #F71916; }

 span { border-color: rgb(247,25,22); }

 td.TdClassName
 {
   border-color: #F71916;
 }
 .TagClassName
 {
   border-color: #F71916;
 }
</style>