#FE002D

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

Shades of Torch Red #FE002D

Tints of Torch Red #FE002D

Color information

#FE002D (or 0xFE002D) is unknown color: approx Torch Red. HEX triplet: FE, 00 and 2D. RGB value is (254,0,45). Sum of RGB (Red+Green+Blue) = 254+0+45=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE002D is #01FFD2. Grayscale: #515151. Windows color (decimal): -131027 or 2949374. OLE color: 2949374.

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

Color convert

RGB254045-
CMYK010.820.00
HSL349.37º100%49.8%-
HSV(B)349.37º100%99.61%-
XYZ41.3521.264.41-
YUV81.08107.65251.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 84.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 15.05%
R=84.95%
G=0%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254045010.820.00349.3710049.8
HexFE02D06452015d6432
Octal3760550144122053514462
Binary11111110010110101100100101001001010111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE002D; }

 p { color: rgb(254,0,45); }

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

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

 a { background-color: rgb(254,0,45); }

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

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

 span { border-color: rgb(254,0,45); }

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