#FF2341

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

Shades of Torch Red #FF2341

Tints of Torch Red #FF2341

Color information

#FF2341 (or 0xFF2341) is unknown color: approx Torch Red. HEX triplet: FF, 23 and 41. RGB value is (255,35,65). Sum of RGB (Red+Green+Blue) = 255+35+65=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2341 is #00DCBE. Grayscale: #686868. Windows color (decimal): -56511 or 4269055. OLE color: 4269055.

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

Color convert

RGB2553565-
CMYK00.860.750
HSL351.82º100%56.86%-
HSV(B)351.82º86.27%100%-
XYZ42.822.847.15-
YUV104.2105.89235.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.83%
GREEN value IS 35 (14.06% from 255) = 9.86%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=71.83%
G=9.86%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255356500.860.750351.8210056.86
HexFF23410564B01606439
Octal377431010126113054014471
Binary11111111100011100000101010110100101101011000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2341; }

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

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

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

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

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

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

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

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