#fb0541

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

Shades of Torch Red #FB0541

Tints of Torch Red #FB0541

Color information

#FB0541 (or 0xFB0541) is unknown color: approx Torch Red. HEX triplet: FB, 05 and 41. RGB value is (251,5,65). Sum of RGB (Red+Green+Blue) = 251+5+65=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0541 is #04FABE. Grayscale: #555555. Windows color (decimal): -326335 or 4261371. OLE color: 4261371.

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

Color convert

RGB251565-
CMYK00.980.740.02
HSL345.37º96.85%50.2%-
HSV(B)345.37º98.01%98.43%-
XYZ40.79216.9-
YUV85.39116.5246.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.19%
GREEN value IS 5 (2.34% from 255) = 1.56%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=78.19%
G=1.56%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25156500.980.740.02345.3796.8550.2
HexFB5410624A21596132
Octal37351010142112253114162
Binary111110111011000001011000101001010101010110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb0541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb0541; }

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

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

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

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

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

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

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

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