#FE163B

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

Shades of Torch Red #FE163B

Tints of Torch Red #FE163B

Color information

#FE163B (or 0xFE163B) is unknown color: approx Torch Red. HEX triplet: FE, 16 and 3B. RGB value is (254,22,59). Sum of RGB (Red+Green+Blue) = 254+22+59=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE163B is #01E9C4. Grayscale: #5F5F5F. Windows color (decimal): -125381 or 3872510. OLE color: 3872510.

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

Color convert

RGB2542259-
CMYK00.910.770.00
HSL350.43º99.15%54.12%-
HSV(B)350.43º91.34%99.61%-
XYZ41.9521.966.17-
YUV95.59107.36240.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 75.82%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=75.82%
G=6.57%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254225900.910.770.00350.4399.1554.12
HexFE163B05B4D015e6336
Octal37626730133115053614366
Binary111111101011011101101011011100110101010111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE163B; }

 p { color: rgb(254,22,59); }

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

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

 a { background-color: rgb(254,22,59); }

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

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

 span { border-color: rgb(254,22,59); }

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