#FE212E

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

Shades of Torch Red #FE212E

Tints of Torch Red #FE212E

Color information

#FE212E (or 0xFE212E) is unknown color: approx Torch Red. HEX triplet: FE, 21 and 2E. RGB value is (254,33,46). Sum of RGB (Red+Green+Blue) = 254+33+46=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE212E is #01DED1. Grayscale: #646464. Windows color (decimal): -122578 or 3023358. OLE color: 3023358.

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

Color convert

RGB2543346-
CMYK00.870.820.00
HSL356.47º99.1%56.27%-
HSV(B)356.47º87.01%99.61%-
XYZ41.9122.364.69-
YUV100.5697.22237.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 76.28%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=76.28%
G=9.91%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254334600.870.820.00356.4799.156.27
HexFE212E0575201646338
Octal37641560127122054414370
Binary1111111010000110111001010111101001001011001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE212E; }

 p { color: rgb(254,33,46); }

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

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

 a { background-color: rgb(254,33,46); }

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

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

 span { border-color: rgb(254,33,46); }

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