#fa2237

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

Shades of Torch Red #FA2237

Tints of Torch Red #FA2237

Color information

#FA2237 (or 0xFA2237) is unknown color: approx Torch Red. HEX triplet: FA, 22 and 37. RGB value is (250,34,55). Sum of RGB (Red+Green+Blue) = 250+34+55=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2237 is #05DDC8. Grayscale: #656565. Windows color (decimal): -384457 or 3613434. OLE color: 3613434.

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

Color convert

RGB2503455-
CMYK00.860.780.02
HSL354.17º95.58%55.69%-
HSV(B)354.17º86.4%98.04%-
XYZ40.6921.745.67-
YUV100.98102.06234.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.75%
GREEN value IS 34 (13.67% from 255) = 10.03%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=73.75%
G=10.03%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250345500.860.780.02354.1795.5855.69
HexFA22370564E21626038
Octal37242670126116254214070
Binary11111010100010110111010101101001110101011000101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa2237; }

 p { color: rgb(250,34,55); }

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

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

 a { background-color: rgb(250,34,55); }

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

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

 span { border-color: rgb(250,34,55); }

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