#FE072A

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

Shades of Torch Red #FE072A

Tints of Torch Red #FE072A

Color information

#FE072A (or 0xFE072A) is unknown color: approx Torch Red. HEX triplet: FE, 07 and 2A. RGB value is (254,7,42). Sum of RGB (Red+Green+Blue) = 254+7+42=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE072A is #01F8D5. Grayscale: #545454. Windows color (decimal): -129238 or 2754558. OLE color: 2754558.

HSL color Cylindrical-coordinate representation of color #FE072A: hue angle of 351.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE072A is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB254742-
CMYK00.970.830.00
HSL351.5º99.2%51.18%-
HSV(B)351.5º97.24%99.61%-
XYZ41.3721.394.14-
YUV84.84103.83248.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 83.83%
GREEN value IS 7 (3.12% from 255) = 2.31%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=83.83%
G=2.31%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25474200.970.830.00351.599.251.18
HexFE72A06153015f6333
Octal3767520141123053714363
Binary1111111011110101001100001101001101010111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE072A; }

 p { color: rgb(254,7,42); }

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

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

 a { background-color: rgb(254,7,42); }

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

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

 span { border-color: rgb(254,7,42); }

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