#F71E2C

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

Shades of Torch Red #F71E2C

Tints of Torch Red #F71E2C

Color information

#F71E2C (or 0xF71E2C) is unknown color: approx Torch Red. HEX triplet: F7, 1E and 2C. RGB value is (247,30,44). Sum of RGB (Red+Green+Blue) = 247+30+44=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71E2C is #08E1D3. Grayscale: #606060. Windows color (decimal): -582100 or 2891511. OLE color: 2891511.

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

Color convert

RGB2473044-
CMYK00.880.820.03
HSL356.13º93.13%54.31%-
HSV(B)356.13º87.85%96.86%-
XYZ39.2820.884.34-
YUV96.4898.39235.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.95%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=76.95%
G=9.35%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247304400.880.820.03356.1393.1354.31
HexF71E2C0585231645d36
Octal36736540130122354413566
Binary1111011111110101100010110001010010111011001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71E2C; }

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

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

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

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

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

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

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

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