#FB0F2B

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

Shades of Torch Red #FB0F2B

Tints of Torch Red #FB0F2B

Color information

#FB0F2B (or 0xFB0F2B) is unknown color: approx Torch Red. HEX triplet: FB, 0F and 2B. RGB value is (251,15,43). Sum of RGB (Red+Green+Blue) = 251+15+43=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F2B is #04F0D4. Grayscale: #585858. Windows color (decimal): -323797 or 2822139. OLE color: 2822139.

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

Color convert

RGB2511543-
CMYK00.940.830.02
HSL352.88º96.72%52.16%-
HSV(B)352.88º94.02%98.43%-
XYZ40.3921.034.21-
YUV88.76102.19243.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 81.23%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=81.23%
G=4.85%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251154300.940.830.02352.8896.7252.16
HexFBF2B05E5321616134
Octal37317530136123254114164
Binary111110111111101011010111101010011101011000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0F2B; }

 p { color: rgb(251,15,43); }

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

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

 a { background-color: rgb(251,15,43); }

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

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

 span { border-color: rgb(251,15,43); }

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