#F1042E

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

Shades of Torch Red #F1042E

Tints of Torch Red #F1042E

Color information

#F1042E (or 0xF1042E) is unknown color: approx Torch Red. HEX triplet: F1, 04 and 2E. RGB value is (241,4,46). Sum of RGB (Red+Green+Blue) = 241+4+46=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F1042E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1042E is #0EFBD1. Grayscale: #4F4F4F. Windows color (decimal): -981970 or 3015921. OLE color: 3015921.

HSL color Cylindrical-coordinate representation of color #F1042E: hue angle of 349.37º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1042E is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB241446-
CMYK00.980.810.05
HSL349.37º96.73%48.04%-
HSV(B)349.37º98.34%94.51%-
XYZ36.8118.984.31-
YUV79.65109.02243.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 82.82%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=82.82%
G=1.37%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24144600.980.810.05349.3796.7348.04
HexF142E06251515d6130
Octal3614560142121553514160
Binary111100011001011100110001010100011011010111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1042E; }

 p { color: rgb(241,4,46); }

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

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

 a { background-color: rgb(241,4,46); }

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

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

 span { border-color: rgb(241,4,46); }

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