#f2161c

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

Shades of Torch Red #F2161C

Tints of Torch Red #F2161C

Color information

#F2161C (or 0xF2161C) is unknown color: approx Torch Red. HEX triplet: F2, 16 and 1C. RGB value is (242,22,28). Sum of RGB (Red+Green+Blue) = 242+22+28=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2161C is #0DE9E3. Grayscale: #585858. Windows color (decimal): -911844 or 1840882. OLE color: 1840882.

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

Color convert

RGB2422228-
CMYK00.910.880.05
HSL358.36º89.43%51.76%-
HSV(B)358.36º90.91%94.9%-
XYZ37.1119.532.91-
YUV88.4693.89237.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.88%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=82.88%
G=7.53%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242222800.910.880.05358.3689.4351.76
HexF2161C05B5851665934
Octal36226340133130554613164
Binary1111001010110111000101101110110001011011001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2161c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2161c; }

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

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

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

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

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

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

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

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