#F11A2A

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

Shades of Torch Red #F11A2A

Tints of Torch Red #F11A2A

Color information

#F11A2A (or 0xF11A2A) is unknown color: approx Torch Red. HEX triplet: F1, 1A and 2A. RGB value is (241,26,42). Sum of RGB (Red+Green+Blue) = 241+26+42=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A2A is #0EE5D5. Grayscale: #5C5C5C. Windows color (decimal): -976342 or 2759409. OLE color: 2759409.

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

Color convert

RGB2412642-
CMYK00.890.830.05
HSL355.53º88.48%52.35%-
HSV(B)355.53º89.21%94.51%-
XYZ37.0619.614.02-
YUV92.1199.73234.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.99%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=77.99%
G=8.41%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241264200.890.830.05355.5388.4852.35
HexF11A2A0595351645834
Octal36132520131123554413064
Binary11110001110101010100101100110100111011011001001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11A2A; }

 p { color: rgb(241,26,42); }

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

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

 a { background-color: rgb(241,26,42); }

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

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

 span { border-color: rgb(241,26,42); }

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