#FF0026

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

Shades of Torch Red #FF0026

Tints of Torch Red #FF0026

Color information

#FF0026 (or 0xFF0026) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 26. RGB value is (255,0,38). Sum of RGB (Red+Green+Blue) = 255+0+38=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0026 is #00FFD9. Grayscale: #505050. Windows color (decimal): -65498 or 2490623. OLE color: 2490623.

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

Color convert

RGB255038-
CMYK010.850
HSL351.06º100%50%-
HSV(B)351.06º100%100%-
XYZ41.5921.43.77-
YUV80.58103.98252.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 87.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=87.03%
G=0%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255038010.850351.0610050
HexFF02606455015f6432
Octal3770460144125053714462
Binary11111111010011001100100101010101010111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0026; }

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

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

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

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

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

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

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

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