#FE0F29

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

Shades of Torch Red #FE0F29

Tints of Torch Red #FE0F29

Color information

#FE0F29 (or 0xFE0F29) is unknown color: approx Torch Red. HEX triplet: FE, 0F and 29. RGB value is (254,15,41). Sum of RGB (Red+Green+Blue) = 254+15+41=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F29 is #01F0D6. Grayscale: #595959. Windows color (decimal): -127191 or 2691070. OLE color: 2691070.

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

Color convert

RGB2541541-
CMYK00.940.840.00
HSL353.47º99.17%52.75%-
HSV(B)353.47º94.09%99.61%-
XYZ41.4421.574.08-
YUV89.43100.68245.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 81.94%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=81.94%
G=4.84%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254154100.940.840.00353.4799.1752.75
HexFEF2905E5401616335
Octal37617510136124054114365
Binary11111110111110100101011110101010001011000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0F29; }

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

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

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

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

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

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

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

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