#FF0020

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

Shades of Torch Red #FF0020

Tints of Torch Red #FF0020

Color information

#FF0020 (or 0xFF0020) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 20. RGB value is (255,0,32). Sum of RGB (Red+Green+Blue) = 255+0+32=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0020 is #00FFDF. Grayscale: #505050. Windows color (decimal): -65504 or 2097407. OLE color: 2097407.

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

Color convert

RGB255032-
CMYK010.870
HSL352.47º100%50%-
HSV(B)352.47º100%100%-
XYZ41.521.363.3-
YUV79.89100.98252.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 88.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=88.85%
G=0%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255032010.870352.4710050
HexFF0200645701606432
Octal3770400144127054014462
Binary11111111010000001100100101011101011000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0020; }

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

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

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

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

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

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

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

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