#FE1130

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

Shades of Torch Red #FE1130

Tints of Torch Red #FE1130

Color information

#FE1130 (or 0xFE1130) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 30. RGB value is (254,17,48). Sum of RGB (Red+Green+Blue) = 254+17+48=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1130 is #01EECF. Grayscale: #5B5B5B. Windows color (decimal): -126672 or 3150334. OLE color: 3150334.

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

Color convert

RGB2541748-
CMYK00.930.810.00
HSL352.15º99.16%53.14%-
HSV(B)352.15º93.31%99.61%-
XYZ41.6121.694.79-
YUV91.4103.52243.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 79.62%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=79.62%
G=5.33%
B=15.05%

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
Decimal254174800.930.810.00352.1599.1653.14
HexFE113005D5101606335
Octal37621600135121054014365
Binary111111101000111000001011101101000101011000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1130; }

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

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

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

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

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

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

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

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