#FE051E

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

Shades of Torch Red #FE051E

Tints of Torch Red #FE051E

Color information

#FE051E (or 0xFE051E) is unknown color: approx Torch Red. HEX triplet: FE, 05 and 1E. RGB value is (254,5,30). Sum of RGB (Red+Green+Blue) = 254+5+30=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE051E is #01FAE1. Grayscale: #525252. Windows color (decimal): -129762 or 1967614. OLE color: 1967614.

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

Color convert

RGB254530-
CMYK00.980.880.00
HSL353.98º99.2%50.78%-
HSV(B)353.98º98.03%99.61%-
XYZ41.1621.273.16-
YUV82.398.49250.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 87.89%
GREEN value IS 5 (2.34% from 255) = 1.73%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=87.89%
G=1.73%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25453000.980.880.00353.9899.250.78
HexFE51E0625801626333
Octal3765360142130054214363
Binary111111101011111001100010101100001011000101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE051E; }

 p { color: rgb(254,5,30); }

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

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

 a { background-color: rgb(254,5,30); }

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

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

 span { border-color: rgb(254,5,30); }

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