#FB2240

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

Shades of Torch Red #FB2240

Tints of Torch Red #FB2240

Color information

#FB2240 (or 0xFB2240) is unknown color: approx Torch Red. HEX triplet: FB, 22 and 40. RGB value is (251,34,64). Sum of RGB (Red+Green+Blue) = 251+34+64=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2240 is #04DDBF. Grayscale: #666666. Windows color (decimal): -318912 or 4203259. OLE color: 4203259.

HSL color Cylindrical-coordinate representation of color #FB2240: hue angle of 351.71º 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 #FB2240 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB2513464-
CMYK00.860.750.02
HSL351.71º96.44%55.88%-
HSV(B)351.71º86.45%98.43%-
XYZ41.2822.026.93-
YUV102.3106.39234.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.92%
GREEN value IS 34 (13.67% from 255) = 9.74%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=71.92%
G=9.74%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251346400.860.750.02351.7196.4455.88
HexFB22400564B21606038
Octal373421000126113254014070
Binary111110111000101000000010101101001011101011000001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2240; }

 p { color: rgb(251,34,64); }

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

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

 a { background-color: rgb(251,34,64); }

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

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

 span { border-color: rgb(251,34,64); }

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