#FE1D2D

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

Shades of Torch Red #FE1D2D

Tints of Torch Red #FE1D2D

Color information

#FE1D2D (or 0xFE1D2D) is unknown color: approx Torch Red. HEX triplet: FE, 1D and 2D. RGB value is (254,29,45). Sum of RGB (Red+Green+Blue) = 254+29+45=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D2D is #01E2D2. Grayscale: #626262. Windows color (decimal): -123603 or 2956798. OLE color: 2956798.

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

Color convert

RGB2542945-
CMYK00.890.820.00
HSL355.73º99.12%55.49%-
HSV(B)355.73º88.58%99.61%-
XYZ41.7922.144.55-
YUV98.198.04239.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.44%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=77.44%
G=8.84%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254294500.890.820.00355.7399.1255.49
HexFE1D2D0595201646337
Octal37635550131122054414367
Binary111111101110110110101011001101001001011001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1D2D; }

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

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

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

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

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

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

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

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