#FF0041

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

Shades of Torch Red #FF0041

Tints of Torch Red #FF0041

Color information

#FF0041 (or 0xFF0041) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 41. RGB value is (255,0,65). Sum of RGB (Red+Green+Blue) = 255+0+65=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0041 is #00FFBE. Grayscale: #535353. Windows color (decimal): -65471 or 4260095. OLE color: 4260095.

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

Color convert

RGB255065-
CMYK010.750
HSL344.71º100%50%-
HSV(B)344.71º100%100%-
XYZ42.1921.646.95-
YUV83.65117.48250.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=79.69%
G=0%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255065010.750344.7110050
HexFF0410644B01596432
Octal37701010144113053114462
Binary111111110100000101100100100101101010110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0041; }

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

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

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

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

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

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

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

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