#FE0729

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

Shades of Torch Red #FE0729

Tints of Torch Red #FE0729

Color information

#FE0729 (or 0xFE0729) is unknown color: approx Torch Red. HEX triplet: FE, 07 and 29. RGB value is (254,7,41). Sum of RGB (Red+Green+Blue) = 254+7+41=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0729 is #01F8D6. Grayscale: #545454. Windows color (decimal): -129239 or 2689022. OLE color: 2689022.

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

Color convert

RGB254741-
CMYK00.970.840.00
HSL351.74º99.2%51.18%-
HSV(B)351.74º97.24%99.61%-
XYZ41.3521.384.05-
YUV84.73103.33248.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 84.11%
GREEN value IS 7 (3.12% from 255) = 2.32%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=84.11%
G=2.32%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25474100.970.840.00351.7499.251.18
HexFE7290615401606333
Octal3767510141124054014363
Binary1111111011110100101100001101010001011000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0729; }

 p { color: rgb(254,7,41); }

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

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

 a { background-color: rgb(254,7,41); }

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

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

 span { border-color: rgb(254,7,41); }

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