#FE072E

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

Shades of Torch Red #FE072E

Tints of Torch Red #FE072E

Color information

#FE072E (or 0xFE072E) is unknown color: approx Torch Red. HEX triplet: FE, 07 and 2E. RGB value is (254,7,46). Sum of RGB (Red+Green+Blue) = 254+7+46=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE072E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE072E is #01F8D1. Grayscale: #555555. Windows color (decimal): -129234 or 3016702. OLE color: 3016702.

HSL color Cylindrical-coordinate representation of color #FE072E: hue angle of 350.53º 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 #FE072E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB254746-
CMYK00.970.820.00
HSL350.53º99.2%51.18%-
HSV(B)350.53º97.24%99.61%-
XYZ41.4421.424.54-
YUV85.3105.83248.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 82.74%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=82.74%
G=2.28%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25474600.970.820.00350.5399.251.18
HexFE72E06152015f6333
Octal3767560141122053714363
Binary1111111011110111001100001101001001010111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE072E; }

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

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

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

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

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

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

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

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