#FE193E

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

Shades of Torch Red #FE193E

Tints of Torch Red #FE193E

Color information

#FE193E (or 0xFE193E) is unknown color: approx Torch Red. HEX triplet: FE, 19 and 3E. RGB value is (254,25,62). Sum of RGB (Red+Green+Blue) = 254+25+62=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE193E is #01E6C1. Grayscale: #616161. Windows color (decimal): -124610 or 4069886. OLE color: 4069886.

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

Color convert

RGB2542562-
CMYK00.900.760.00
HSL350.31º99.13%54.71%-
HSV(B)350.31º90.16%99.61%-
XYZ42.0922.116.61-
YUV97.69107.87239.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.49%
GREEN value IS 25 (10.16% from 255) = 7.33%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=74.49%
G=7.33%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254256200.900.760.00350.3199.1354.71
HexFE193E05A4C015e6337
Octal37631760132114053614367
Binary111111101100111111001011010100110001010111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE193E; }

 p { color: rgb(254,25,62); }

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

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

 a { background-color: rgb(254,25,62); }

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

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

 span { border-color: rgb(254,25,62); }

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