#FB0336

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

Shades of Torch Red #FB0336

Tints of Torch Red #FB0336

Color information

#FB0336 (or 0xFB0336) is unknown color: approx Torch Red. HEX triplet: FB, 03 and 36. RGB value is (251,3,54). Sum of RGB (Red+Green+Blue) = 251+3+54=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0336 is #04FCC9. Grayscale: #535353. Windows color (decimal): -326858 or 3539963. OLE color: 3539963.

HSL color Cylindrical-coordinate representation of color #FB0336: hue angle of 347.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0336 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB251354-
CMYK00.990.780.02
HSL347.66º97.64%49.8%-
HSV(B)347.66º98.8%98.43%-
XYZ40.4820.845.38-
YUV82.97111.66247.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 81.49%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=81.49%
G=0.97%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25135400.990.780.02347.6697.6449.8
HexFB3360634E215c6232
Octal3733660143116253414262
Binary1111101111110110011000111001110101010111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0336; }

 p { color: rgb(251,3,54); }

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

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

 a { background-color: rgb(251,3,54); }

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

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

 span { border-color: rgb(251,3,54); }

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