#FB0004

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

Shades of Torch Red #FB0004

Tints of Torch Red #FB0004

Color information

#FB0004 (or 0xFB0004) is unknown color: approx Torch Red. HEX triplet: FB, 00 and 04. RGB value is (251,0,4). Sum of RGB (Red+Green+Blue) = 251+0+4=255 (33% of max value = 765). Red value is 251 (98.44% from 255 or 98.43% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0004 is #04FFFB. Grayscale: #4B4B4B. Windows color (decimal): -327676 or 262395. OLE color: 262395.

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

Color convert

RGB25104-
CMYK010.980.02
HSL359.04º100%49.22%-
HSV(B)359.04º100%98.43%-
XYZ39.8120.521.98-
YUV75.587.66253.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 98.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=98.43%
G=0%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25104010.980.02359.0410049.22
HexFB040646221676431
Octal373040144142254714461
Binary111110110100011001001100010101011001111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0004; }

 p { color: rgb(251,0,4); }

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

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

 a { background-color: rgb(251,0,4); }

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

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

 span { border-color: rgb(251,0,4); }

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