#FE1731

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

Shades of Torch Red #FE1731

Tints of Torch Red #FE1731

Color information

#FE1731 (or 0xFE1731) is unknown color: approx Torch Red. HEX triplet: FE, 17 and 31. RGB value is (254,23,49). Sum of RGB (Red+Green+Blue) = 254+23+49=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1731 is #01E8CE. Grayscale: #5F5F5F. Windows color (decimal): -125135 or 3217406. OLE color: 3217406.

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

Color convert

RGB2542349-
CMYK00.910.810.00
HSL353.25º99.14%54.31%-
HSV(B)353.25º90.94%99.61%-
XYZ41.7321.914.93-
YUV95.03102.03241.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.91%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=77.91%
G=7.06%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254234900.910.810.00353.2599.1454.31
HexFE173105B5101616336
Octal37627610133121054114366
Binary111111101011111000101011011101000101011000011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1731; }

 p { color: rgb(254,23,49); }

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

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

 a { background-color: rgb(254,23,49); }

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

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

 span { border-color: rgb(254,23,49); }

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