#FE1427

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

Shades of Torch Red #FE1427

Tints of Torch Red #FE1427

Color information

#FE1427 (or 0xFE1427) is unknown color: approx Torch Red. HEX triplet: FE, 14 and 27. RGB value is (254,20,39). Sum of RGB (Red+Green+Blue) = 254+20+39=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1427 is #01EBD8. Grayscale: #5C5C5C. Windows color (decimal): -125913 or 2561278. OLE color: 2561278.

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

Color convert

RGB2542039-
CMYK00.920.850.00
HSL355.13º99.15%53.73%-
HSV(B)355.13º92.13%99.61%-
XYZ41.4921.723.92-
YUV92.1398.02243.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 81.15%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=81.15%
G=6.39%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254203900.920.850.00355.1399.1553.73
HexFE142705C5501636336
Octal37624470134125054314366
Binary111111101010010011101011100101010101011000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1427; }

 p { color: rgb(254,20,39); }

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

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

 a { background-color: rgb(254,20,39); }

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

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

 span { border-color: rgb(254,20,39); }

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