#FE1942

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

Shades of Torch Red #FE1942

Tints of Torch Red #FE1942

Color information

#FE1942 (or 0xFE1942) is unknown color: approx Torch Red. HEX triplet: FE, 19 and 42. RGB value is (254,25,66). Sum of RGB (Red+Green+Blue) = 254+25+66=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1942 is #01E6BD. Grayscale: #626262. Windows color (decimal): -124606 or 4332030. OLE color: 4332030.

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

Color convert

RGB2542566-
CMYK00.900.740.00
HSL349.26º99.13%54.71%-
HSV(B)349.26º90.16%99.61%-
XYZ42.222.167.21-
YUV98.14109.87239.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 73.62%
GREEN value IS 25 (10.16% from 255) = 7.25%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=73.62%
G=7.25%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254256600.900.740.00349.2699.1354.71
HexFE194205A4A015d6337
Octal376311020132112053514367
Binary1111111011001100001001011010100101001010111011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1942; }

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

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

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

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

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

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

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

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