#FA2136

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

Shades of Torch Red #FA2136

Tints of Torch Red #FA2136

Color information

#FA2136 (or 0xFA2136) is unknown color: approx Torch Red. HEX triplet: FA, 21 and 36. RGB value is (250,33,54). Sum of RGB (Red+Green+Blue) = 250+33+54=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2136 is #05DEC9. Grayscale: #646464. Windows color (decimal): -384714 or 3547642. OLE color: 3547642.

HSL color Cylindrical-coordinate representation of color #FA2136: hue angle of 354.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2136 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB2503354-
CMYK00.870.780.02
HSL354.19º95.59%55.49%-
HSV(B)354.19º86.8%98.04%-
XYZ40.6321.685.53-
YUV100.28101.89234.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 74.18%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=74.18%
G=9.79%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250335400.870.780.02354.1995.5955.49
HexFA21360574E21626037
Octal37241660127116254214067
Binary11111010100001110110010101111001110101011000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2136; }

 p { color: rgb(250,33,54); }

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

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

 a { background-color: rgb(250,33,54); }

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

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

 span { border-color: rgb(250,33,54); }

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