#F71435

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

Shades of Torch Red #F71435

Tints of Torch Red #F71435

Color information

#F71435 (or 0xF71435) is unknown color: approx Torch Red. HEX triplet: F7, 14 and 35. RGB value is (247,20,53). Sum of RGB (Red+Green+Blue) = 247+20+53=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F71435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71435 is #08EBCA. Grayscale: #5B5B5B. Windows color (decimal): -584651 or 3478775. OLE color: 3478775.

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

Color convert

RGB2472053-
CMYK00.920.790.03
HSL351.28º93.42%52.35%-
HSV(B)351.28º91.9%96.86%-
XYZ39.2520.535.26-
YUV91.64106.21238.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 77.19%
GREEN value IS 20 (8.20% from 255) = 6.25%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=77.19%
G=6.25%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247205300.920.790.03351.2893.4252.35
HexF7143505C4F315f5d34
Octal36724650134117353713564
Binary1111011110100110101010111001001111111010111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71435; }

 p { color: rgb(247,20,53); }

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

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

 a { background-color: rgb(247,20,53); }

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

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

 span { border-color: rgb(247,20,53); }

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