#FB2242

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

Shades of Torch Red #FB2242

Tints of Torch Red #FB2242

Color information

#FB2242 (or 0xFB2242) is unknown color: approx Torch Red. HEX triplet: FB, 22 and 42. RGB value is (251,34,66). Sum of RGB (Red+Green+Blue) = 251+34+66=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2242 is #04DDBD. Grayscale: #666666. Windows color (decimal): -318910 or 4334331. OLE color: 4334331.

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

Color convert

RGB2513466-
CMYK00.860.740.02
HSL351.15º96.44%55.88%-
HSV(B)351.15º86.45%98.43%-
XYZ41.3422.057.23-
YUV102.53107.39233.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 71.51%
GREEN value IS 34 (13.67% from 255) = 9.69%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=71.51%
G=9.69%
B=18.80%

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
Decimal251346600.860.740.02351.1596.4455.88
HexFB22420564A215f6038
Octal373421020126112253714070
Binary111110111000101000010010101101001010101010111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2242; }

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

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

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

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

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

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

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

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