#FE1131

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

Shades of Torch Red #FE1131

Tints of Torch Red #FE1131

Color information

#FE1131 (or 0xFE1131) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 31. RGB value is (254,17,49). Sum of RGB (Red+Green+Blue) = 254+17+49=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1131 is #01EECE. Grayscale: #5B5B5B. Windows color (decimal): -126671 or 3215870. OLE color: 3215870.

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

Color convert

RGB2541749-
CMYK00.930.810.00
HSL351.9º99.16%53.14%-
HSV(B)351.9º93.31%99.61%-
XYZ41.6321.694.9-
YUV91.51104.02243.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.38%
GREEN value IS 17 (7.03% from 255) = 5.31%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=79.38%
G=5.31%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254174900.930.810.00351.999.1653.14
HexFE113105D5101606335
Octal37621610135121054014365
Binary111111101000111000101011101101000101011000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1131; }

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

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

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

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

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

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

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

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