#FB053A

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

Shades of Torch Red #FB053A

Tints of Torch Red #FB053A

Color information

#FB053A (or 0xFB053A) is unknown color: approx Torch Red. HEX triplet: FB, 05 and 3A. RGB value is (251,5,58). Sum of RGB (Red+Green+Blue) = 251+5+58=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB053A is #04FAC5. Grayscale: #545454. Windows color (decimal): -326342 or 3802619. OLE color: 3802619.

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

Color convert

RGB251558-
CMYK00.980.770.02
HSL347.07º96.85%50.2%-
HSV(B)347.07º98.01%98.43%-
XYZ40.620.925.9-
YUV84.6113246.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 79.94%
GREEN value IS 5 (2.34% from 255) = 1.59%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=79.94%
G=1.59%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25155800.980.770.02347.0796.8550.2
HexFB53A0624D215b6132
Octal3735720142115253314162
Binary11111011101111010011000101001101101010110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB053A; }

 p { color: rgb(251,5,58); }

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

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

 a { background-color: rgb(251,5,58); }

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

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

 span { border-color: rgb(251,5,58); }

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