#FE212A

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

Shades of Torch Red #FE212A

Tints of Torch Red #FE212A

Color information

#FE212A (or 0xFE212A) is unknown color: approx Torch Red. HEX triplet: FE, 21 and 2A. RGB value is (254,33,42). Sum of RGB (Red+Green+Blue) = 254+33+42=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE212A is #01DED5. Grayscale: #646464. Windows color (decimal): -122582 or 2761214. OLE color: 2761214.

HSL color Cylindrical-coordinate representation of color #FE212A: hue angle of 357.56º 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 #FE212A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB2543342-
CMYK00.870.830.00
HSL357.56º99.1%56.27%-
HSV(B)357.56º87.01%99.61%-
XYZ41.8322.334.29-
YUV100.195.22237.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 77.20%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=77.20%
G=10.03%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254334200.870.830.00357.5699.156.27
HexFE212A0575301666338
Octal37641520127123054614370
Binary1111111010000110101001010111101001101011001101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE212A; }

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

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

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

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

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

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

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

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