#FB1446

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

Shades of Torch Red #FB1446

Tints of Torch Red #FB1446

Color information

#FB1446 (or 0xFB1446) is unknown color: approx Torch Red. HEX triplet: FB, 14 and 46. RGB value is (251,20,70). Sum of RGB (Red+Green+Blue) = 251+20+70=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1446 is #04EBB9. Grayscale: #5E5E5E. Windows color (decimal): -322490 or 4592891. OLE color: 4592891.

HSL color Cylindrical-coordinate representation of color #FB1446: hue angle of 347.01º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1446 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB2512070-
CMYK00.920.720.02
HSL347.01º96.65%53.14%-
HSV(B)347.01º92.03%98.43%-
XYZ41.1421.457.77-
YUV94.77114.03239.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 73.61%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=73.61%
G=5.87%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251207000.920.720.02347.0196.6553.14
HexFB144605C48215b6135
Octal373241060134110253314165
Binary11111011101001000110010111001001000101010110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1446; }

 p { color: rgb(251,20,70); }

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

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

 a { background-color: rgb(251,20,70); }

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

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

 span { border-color: rgb(251,20,70); }

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