#FE0342

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

Shades of Torch Red #FE0342

Tints of Torch Red #FE0342

Color information

#FE0342 (or 0xFE0342) is unknown color: approx Torch Red. HEX triplet: FE, 03 and 42. RGB value is (254,3,66). Sum of RGB (Red+Green+Blue) = 254+3+66=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0342 is #01FCBD. Grayscale: #555555. Windows color (decimal): -130238 or 4326398. OLE color: 4326398.

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

Color convert

RGB254366-
CMYK00.990.740.00
HSL344.94º99.21%50.39%-
HSV(B)344.94º98.82%99.61%-
XYZ41.8921.537.1-
YUV85.23117.16248.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 78.64%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=78.64%
G=0.93%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25436600.990.740.00344.9499.2150.39
HexFE3420634A01596332
Octal37631020143112053114362
Binary1111111011100001001100011100101001010110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0342; }

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

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

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

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

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

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

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

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