#F41136

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

Shades of Torch Red #F41136

Tints of Torch Red #F41136

Color information

#F41136 (or 0xF41136) is unknown color: approx Torch Red. HEX triplet: F4, 11 and 36. RGB value is (244,17,54). Sum of RGB (Red+Green+Blue) = 244+17+54=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F41136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41136 is #0BEEC9. Grayscale: #595959. Windows color (decimal): -782026 or 3543540. OLE color: 3543540.

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

Color convert

RGB2441754-
CMYK00.930.780.04
HSL350.22º91.16%51.18%-
HSV(B)350.22º93.03%95.69%-
XYZ38.1719.95.32-
YUV89.09108.21238.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 77.46%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=77.46%
G=5.40%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244175400.930.780.04350.2291.1651.18
HexF4113605D4E415e5b33
Octal36421660135116453613363
Binary11110100100011101100101110110011101001010111101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41136; }

 p { color: rgb(244,17,54); }

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

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

 a { background-color: rgb(244,17,54); }

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

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

 span { border-color: rgb(244,17,54); }

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