#F2171A

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

Shades of Torch Red #F2171A

Tints of Torch Red #F2171A

Color information

#F2171A (or 0xF2171A) is unknown color: approx Torch Red. HEX triplet: F2, 17 and 1A. RGB value is (242,23,26). Sum of RGB (Red+Green+Blue) = 242+23+26=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F2171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2171A is #0DE8E5. Grayscale: #595959. Windows color (decimal): -911590 or 1710066. OLE color: 1710066.

HSL color Cylindrical-coordinate representation of color #F2171A: hue angle of 359.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2171A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB2422326-
CMYK00.900.890.05
HSL359.18º89.39%51.96%-
HSV(B)359.18º90.5%94.9%-
XYZ37.1119.562.8-
YUV88.8292.55237.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 83.16%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 26 (10.55% from 255) = 8.93%
R=83.16%
G=7.90%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242232600.900.890.05359.1889.3951.96
HexF2171A05A5951675934
Octal36227320132131554713164
Binary1111001010111110100101101010110011011011001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2171A; }

 p { color: rgb(242,23,26); }

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

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

 a { background-color: rgb(242,23,26); }

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

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

 span { border-color: rgb(242,23,26); }

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