#FE020E

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

Shades of Torch Red #FE020E

Tints of Torch Red #FE020E

Color information

#FE020E (or 0xFE020E) is unknown color: approx Torch Red. HEX triplet: FE, 02 and 0E. RGB value is (254,2,14). Sum of RGB (Red+Green+Blue) = 254+2+14=270 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.07% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 254 - color contains mainly: red. Hex color #FE020E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE020E is #01FDF1. Grayscale: #4E4E4E. Windows color (decimal): -130546 or 918270. OLE color: 918270.

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

Color convert

RGB254214-
CMYK00.990.940.00
HSL357.14º99.21%50.2%-
HSV(B)357.14º99.21%99.61%-
XYZ40.9721.152.34-
YUV78.7291.49253.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 94.07%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=94.07%
G=0.74%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421400.990.940.00357.1499.2150.2
HexFE2E0635E01656332
Octal3762160143136054514362
Binary1111111010111001100011101111001011001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE020E; }

 p { color: rgb(254,2,14); }

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

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

 a { background-color: rgb(254,2,14); }

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

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

 span { border-color: rgb(254,2,14); }

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