#FE144B

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

Shades of Torch Red #FE144B

Tints of Torch Red #FE144B

Color information

#FE144B (or 0xFE144B) is unknown color: approx Torch Red. HEX triplet: FE, 14 and 4B. RGB value is (254,20,75). Sum of RGB (Red+Green+Blue) = 254+20+75=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE144B is #01EBB4. Grayscale: #606060. Windows color (decimal): -125877 or 4920574. OLE color: 4920574.

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

Color convert

RGB2542075-
CMYK00.920.700.00
HSL345.9º99.15%53.73%-
HSV(B)345.9º92.13%99.61%-
XYZ42.3922.088.68-
YUV96.24116.02240.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.78%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=72.78%
G=5.73%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254207500.920.700.00345.999.1553.73
HexFE144B05C46015a6336
Octal376241130134106053214366
Binary1111111010100100101101011100100011001010110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE144B; }

 p { color: rgb(254,20,75); }

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

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

 a { background-color: rgb(254,20,75); }

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

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

 span { border-color: rgb(254,20,75); }

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