#FB2241

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

Shades of Torch Red #FB2241

Tints of Torch Red #FB2241

Color information

#FB2241 (or 0xFB2241) is unknown color: approx Torch Red. HEX triplet: FB, 22 and 41. RGB value is (251,34,65). Sum of RGB (Red+Green+Blue) = 251+34+65=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2241 is #04DDBE. Grayscale: #666666. Windows color (decimal): -318911 or 4268795. OLE color: 4268795.

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

Color convert

RGB2513465-
CMYK00.860.740.02
HSL351.43º96.44%55.88%-
HSV(B)351.43º86.45%98.43%-
XYZ41.3122.037.08-
YUV102.42106.89233.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.71%
GREEN value IS 34 (13.67% from 255) = 9.71%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=71.71%
G=9.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251346500.860.740.02351.4396.4455.88
HexFB22410564A215f6038
Octal373421010126112253714070
Binary111110111000101000001010101101001010101010111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2241; }

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

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

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

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

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

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

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

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