#FB1540

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

Shades of Torch Red #FB1540

Tints of Torch Red #FB1540

Color information

#FB1540 (or 0xFB1540) is unknown color: approx Torch Red. HEX triplet: FB, 15 and 40. RGB value is (251,21,64). Sum of RGB (Red+Green+Blue) = 251+21+64=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1540 is #04EABF. Grayscale: #5E5E5E. Windows color (decimal): -322240 or 4199931. OLE color: 4199931.

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

Color convert

RGB2512164-
CMYK00.920.750.02
HSL348.78º96.64%53.33%-
HSV(B)348.78º91.63%98.43%-
XYZ40.9821.426.82-
YUV94.67110.7239.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 74.70%
GREEN value IS 21 (8.59% from 255) = 6.25%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=74.70%
G=6.25%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251216400.920.750.02348.7896.6453.33
HexFB154005C4B215d6135
Octal373251000134113253514165
Binary11111011101011000000010111001001011101010111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1540; }

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

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

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

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

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

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

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

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