#FF0004

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

Shades of Torch Red #FF0004

Tints of Torch Red #FF0004

Color information

#FF0004 (or 0xFF0004) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 04. RGB value is (255,0,4). Sum of RGB (Red+Green+Blue) = 255+0+4=259 (34% of max value = 765). Red value is 255 (100% from 255 or 98.46% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0004 is #00FFFB. Grayscale: #4C4C4C. Windows color (decimal): -65532 or 262399. OLE color: 262399.

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

Color convert

RGB25504-
CMYK010.980
HSL359.06º100%50%-
HSV(B)359.06º100%100%-
XYZ41.2621.272.05-
YUV76.786.98255.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 98.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=98.46%
G=0%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25504010.980359.0610050
HexFF040646201676432
Octal377040144142054714462
Binary11111111010001100100110001001011001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0004; }

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

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

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

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

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

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

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

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