#F4172C

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

Shades of Torch Red #F4172C

Tints of Torch Red #F4172C

Color information

#F4172C (or 0xF4172C) is unknown color: approx Torch Red. HEX triplet: F4, 17 and 2C. RGB value is (244,23,44). Sum of RGB (Red+Green+Blue) = 244+23+44=311 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.46% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 244 - color contains mainly: red. Hex color #F4172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4172C is #0BE8D3. Grayscale: #5B5B5B. Windows color (decimal): -780500 or 2889716. OLE color: 2889716.

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

Color convert

RGB2442344-
CMYK00.910.820.04
HSL354.3º90.95%52.35%-
HSV(B)354.3º90.57%95.69%-
XYZ38.0720.034.24-
YUV91.47101.22236.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 78.46%
GREEN value IS 23 (9.38% from 255) = 7.40%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=78.46%
G=7.40%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244234400.910.820.04354.390.9552.35
HexF4172C05B5241625b34
Octal36427540133122454213364
Binary11110100101111011000101101110100101001011000101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4172C; }

 p { color: rgb(244,23,44); }

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

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

 a { background-color: rgb(244,23,44); }

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

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

 span { border-color: rgb(244,23,44); }

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