#F41B1E

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

Shades of Torch Red #F41B1E

Tints of Torch Red #F41B1E

Color information

#F41B1E (or 0xF41B1E) is unknown color: approx Torch Red. HEX triplet: F4, 1B and 1E. RGB value is (244,27,30). Sum of RGB (Red+Green+Blue) = 244+27+30=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F41B1E is #0BE4E1. Grayscale: #5C5C5C. Windows color (decimal): -779490 or 1973236. OLE color: 1973236.

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

Color convert

RGB2442730-
CMYK00.890.880.04
HSL359.17º90.79%53.14%-
HSV(B)359.17º88.93%95.69%-
XYZ37.9320.113.11-
YUV92.2292.89236.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 81.06%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=81.06%
G=8.97%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244273000.890.880.04359.1790.7953.14
HexF41B1E0595841675b35
Octal36433360131130454713365
Binary1111010011011111100101100110110001001011001111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41B1E; }

 p { color: rgb(244,27,30); }

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

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

 a { background-color: rgb(244,27,30); }

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

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

 span { border-color: rgb(244,27,30); }

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