#FE1D2C

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

Shades of Torch Red #FE1D2C

Tints of Torch Red #FE1D2C

Color information

#FE1D2C (or 0xFE1D2C) is unknown color: approx Torch Red. HEX triplet: FE, 1D and 2C. RGB value is (254,29,44). Sum of RGB (Red+Green+Blue) = 254+29+44=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D2C is #01E2D3. Grayscale: #626262. Windows color (decimal): -123604 or 2891262. OLE color: 2891262.

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

Color convert

RGB2542944-
CMYK00.890.830.00
HSL356º99.12%55.49%-
HSV(B)356º88.58%99.61%-
XYZ41.7722.134.45-
YUV97.9897.54239.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.68%
GREEN value IS 29 (11.72% from 255) = 8.87%
BLUE value IS 44 (17.58% from 255) = 13.46%
R=77.68%
G=8.87%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254294400.890.830.0035699.1255.49
HexFE1D2C0595301646337
Octal37635540131123054414367
Binary111111101110110110001011001101001101011001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1D2C; }

 p { color: rgb(254,29,44); }

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

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

 a { background-color: rgb(254,29,44); }

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

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

 span { border-color: rgb(254,29,44); }

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