#F2161B

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

Shades of Torch Red #F2161B

Tints of Torch Red #F2161B

Color information

#F2161B (or 0xF2161B) is unknown color: approx Torch Red. HEX triplet: F2, 16 and 1B. RGB value is (242,22,27). Sum of RGB (Red+Green+Blue) = 242+22+27=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F2161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2161B is #0DE9E4. Grayscale: #585858. Windows color (decimal): -911845 or 1775346. OLE color: 1775346.

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

Color convert

RGB2422227-
CMYK00.910.890.05
HSL358.64º89.43%51.76%-
HSV(B)358.64º90.91%94.9%-
XYZ37.119.532.85-
YUV88.3593.39237.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 83.16%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 27 (10.94% from 255) = 9.28%
R=83.16%
G=7.56%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242222700.910.890.05358.6489.4351.76
HexF2161B05B5951675934
Octal36226330133131554713164
Binary1111001010110110110101101110110011011011001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2161B; }

 p { color: rgb(242,22,27); }

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

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

 a { background-color: rgb(242,22,27); }

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

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

 span { border-color: rgb(242,22,27); }

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