#FF0001

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

Shades of Torch Red #FF0001

Tints of Torch Red #FF0001

Color information

#FF0001 (or 0xFF0001) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 01. RGB value is (255,0,1). Sum of RGB (Red+Green+Blue) = 255+0+1=256 (33% of max value = 765). Red value is 255 (100% from 255 or 99.61% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0001 is #00FFFE. Grayscale: #4C4C4C. Windows color (decimal): -65535 or 65791. OLE color: 65791.

HSL color Cylindrical-coordinate representation of color #FF0001: hue angle of 359.76º 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 #FF0001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB25501-
CMYK011.000
HSL359.76º100%50%-
HSV(B)359.76º100%100%-
XYZ41.2521.261.96-
YUV76.3685.48255.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 99.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=99.61%
G=0%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25501011.000359.7610050
HexFF010646401686432
Octal377010144144055014462
Binary111111110101100100110010001011010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0001; }

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

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

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

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

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

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

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

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