#FB0B30

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

Shades of Torch Red #FB0B30

Tints of Torch Red #FB0B30

Color information

#FB0B30 (or 0xFB0B30) is unknown color: approx Torch Red. HEX triplet: FB, 0B and 30. RGB value is (251,11,48). Sum of RGB (Red+Green+Blue) = 251+11+48=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0B30 is #04F4CF. Grayscale: #575757. Windows color (decimal): -324816 or 3148795. OLE color: 3148795.

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

Color convert

RGB2511148-
CMYK00.960.810.02
HSL350.75º96.77%51.37%-
HSV(B)350.75º95.62%98.43%-
XYZ40.4420.964.71-
YUV86.98106.01244.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 80.97%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=80.97%
G=3.55%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251114800.960.810.02350.7596.7751.37
HexFBB3006051215f6133
Octal37313600140121253714163
Binary111110111011110000011000001010001101010111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0B30; }

 p { color: rgb(251,11,48); }

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

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

 a { background-color: rgb(251,11,48); }

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

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

 span { border-color: rgb(251,11,48); }

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