#F71E30

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

Shades of Torch Red #F71E30

Tints of Torch Red #F71E30

Color information

#F71E30 (or 0xF71E30) is unknown color: approx Torch Red. HEX triplet: F7, 1E and 30. RGB value is (247,30,48). Sum of RGB (Red+Green+Blue) = 247+30+48=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E30 is #08E1CF. Grayscale: #616161. Windows color (decimal): -582096 or 3153655. OLE color: 3153655.

HSL color Cylindrical-coordinate representation of color #F71E30: hue angle of 355.02º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E30 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB2473048-
CMYK00.880.810.03
HSL355.02º93.13%54.31%-
HSV(B)355.02º87.85%96.86%-
XYZ39.3620.924.76-
YUV96.93100.39235.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=76%
G=9.23%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247304800.880.810.03355.0293.1354.31
HexF71E300585131635d36
Octal36736600130121354313566
Binary1111011111110110000010110001010001111011000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71E30; }

 p { color: rgb(247,30,48); }

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

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

 a { background-color: rgb(247,30,48); }

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

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

 span { border-color: rgb(247,30,48); }

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