#FE202D

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

Shades of Torch Red #FE202D

Tints of Torch Red #FE202D

Color information

#FE202D (or 0xFE202D) is unknown color: approx Torch Red. HEX triplet: FE, 20 and 2D. RGB value is (254,32,45). Sum of RGB (Red+Green+Blue) = 254+32+45=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE202D is #01DFD2. Grayscale: #646464. Windows color (decimal): -122835 or 2957566. OLE color: 2957566.

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

Color convert

RGB2543245-
CMYK00.870.820.00
HSL356.49º99.11%56.08%-
HSV(B)356.49º87.4%99.61%-
XYZ41.8622.294.58-
YUV99.8697.05237.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 76.74%
GREEN value IS 32 (12.89% from 255) = 9.67%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=76.74%
G=9.67%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254324500.870.820.00356.4999.1156.08
HexFE202D0575201646338
Octal37640550127122054414370
Binary1111111010000010110101010111101001001011001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE202D; }

 p { color: rgb(254,32,45); }

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

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

 a { background-color: rgb(254,32,45); }

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

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

 span { border-color: rgb(254,32,45); }

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