#FB0518

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

Shades of Torch Red #FB0518

Tints of Torch Red #FB0518

Color information

#FB0518 (or 0xFB0518) is unknown color: approx Torch Red. HEX triplet: FB, 05 and 18. RGB value is (251,5,24). Sum of RGB (Red+Green+Blue) = 251+5+24=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0518 is #04FAE7. Grayscale: #505050. Windows color (decimal): -326376 or 1574395. OLE color: 1574395.

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

Color convert

RGB251524-
CMYK00.980.900.02
HSL355.37º96.85%50.2%-
HSV(B)355.37º98.01%98.43%-
XYZ4020.682.75-
YUV80.7296249.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 89.64%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=89.64%
G=1.79%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25152400.980.900.02355.3796.8550.2
HexFB5180625A21636132
Octal3735300142132254314162
Binary1111101110111000011000101011010101011000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0518; }

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

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

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

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

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

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

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

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