#F50537

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

Shades of Torch Red #F50537

Tints of Torch Red #F50537

Color information

#F50537 (or 0xF50537) is unknown color: approx Torch Red. HEX triplet: F5, 05 and 37. RGB value is (245,5,55). Sum of RGB (Red+Green+Blue) = 245+5+55=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F50537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50537 is #0AFAC8. Grayscale: #525252. Windows color (decimal): -719561 or 3606005. OLE color: 3606005.

HSL color Cylindrical-coordinate representation of color #F50537: hue angle of 347.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50537 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB245555-
CMYK00.980.780.04
HSL347.5º96%49.02%-
HSV(B)347.5º97.96%96.08%-
XYZ38.419.85.41-
YUV82.46112.51243.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 80.33%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=80.33%
G=1.64%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24555500.980.780.04347.59649.02
HexF55370624E415c6031
Octal3655670142116453414061
Binary111101011011101110110001010011101001010111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50537; }

 p { color: rgb(245,5,55); }

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

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

 a { background-color: rgb(245,5,55); }

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

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

 span { border-color: rgb(245,5,55); }

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