#FE1D3F

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

Shades of Torch Red #FE1D3F

Tints of Torch Red #FE1D3F

Color information

#FE1D3F (or 0xFE1D3F) is unknown color: approx Torch Red. HEX triplet: FE, 1D and 3F. RGB value is (254,29,63). Sum of RGB (Red+Green+Blue) = 254+29+63=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D3F is #01E2C0. Grayscale: #646464. Windows color (decimal): -123585 or 4136446. OLE color: 4136446.

HSL color Cylindrical-coordinate representation of color #FE1D3F: hue angle of 350.93º 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 #FE1D3F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB2542963-
CMYK00.890.750.00
HSL350.93º99.12%55.49%-
HSV(B)350.93º88.58%99.61%-
XYZ42.2122.316.78-
YUV100.15107.04237.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.41%
GREEN value IS 29 (11.72% from 255) = 8.38%
BLUE value IS 63 (25% from 255) = 18.21%
R=73.41%
G=8.38%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254296300.890.750.00350.9399.1255.49
HexFE1D3F0594B015f6337
Octal37635770131113053714367
Binary111111101110111111101011001100101101010111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1D3F; }

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

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

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

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

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

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

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

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