#FE132D

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

Shades of Torch Red #FE132D

Tints of Torch Red #FE132D

Color information

#FE132D (or 0xFE132D) is unknown color: approx Torch Red. HEX triplet: FE, 13 and 2D. RGB value is (254,19,45). Sum of RGB (Red+Green+Blue) = 254+19+45=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE132D is #01ECD2. Grayscale: #5C5C5C. Windows color (decimal): -126163 or 2954238. OLE color: 2954238.

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

Color convert

RGB2541945-
CMYK00.930.820.00
HSL353.36º99.16%53.53%-
HSV(B)353.36º92.52%99.61%-
XYZ41.5821.734.48-
YUV92.23101.36243.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.87%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 45 (17.97% from 255) = 14.15%
R=79.87%
G=5.97%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254194500.930.820.00353.3699.1653.53
HexFE132D05D5201616336
Octal37623550135122054114366
Binary111111101001110110101011101101001001011000011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE132D; }

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

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

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

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

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

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

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

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