#F71508

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

Shades of Scarlet #F71508

Tints of Scarlet #F71508

Color information

#F71508 (or 0xF71508) is unknown color: approx Scarlet. HEX triplet: F7, 15 and 08. RGB value is (247,21,8). Sum of RGB (Red+Green+Blue) = 247+21+8=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F71508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71508 is #08EAF7. Grayscale: #575757. Windows color (decimal): -584440 or 529911. OLE color: 529911.

HSL color Cylindrical-coordinate representation of color #F71508: hue angle of 3.26º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F71508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB247218-
CMYK00.910.970.03
HSL3.26º93.73%50%-
HSV(B)3.26º96.76%96.86%-
XYZ38.6720.332.12-
YUV87.0983.37242.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 89.49%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 8 (3.52% from 255) = 2.90%
R=89.49%
G=7.61%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721800.910.970.033.2693.7350
HexF715805B61335e32
Octal367251001331413313662
Binary1111011110101100001011011110000111111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71508; }

 p { color: rgb(247,21,8); }

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

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

 a { background-color: rgb(247,21,8); }

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

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

 span { border-color: rgb(247,21,8); }

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