#FE193D

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

Shades of Torch Red #FE193D

Tints of Torch Red #FE193D

Color information

#FE193D (or 0xFE193D) is unknown color: approx Torch Red. HEX triplet: FE, 19 and 3D. RGB value is (254,25,61). Sum of RGB (Red+Green+Blue) = 254+25+61=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE193D is #01E6C2. Grayscale: #616161. Windows color (decimal): -124611 or 4004350. OLE color: 4004350.

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

Color convert

RGB2542561-
CMYK00.900.760.00
HSL350.57º99.13%54.71%-
HSV(B)350.57º90.16%99.61%-
XYZ42.0622.16.46-
YUV97.57107.37239.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.71%
GREEN value IS 25 (10.16% from 255) = 7.35%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=74.71%
G=7.35%
B=17.94%

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
Decimal254256100.900.760.00350.5799.1354.71
HexFE193D05A4C015f6337
Octal37631750132114053714367
Binary111111101100111110101011010100110001010111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE193D; }

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

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

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

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

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

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

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

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