#F5193D

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

Shades of Torch Red #F5193D

Tints of Torch Red #F5193D

Color information

#F5193D (or 0xF5193D) is unknown color: approx Torch Red. HEX triplet: F5, 19 and 3D. RGB value is (245,25,61). Sum of RGB (Red+Green+Blue) = 245+25+61=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F5193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5193D is #0AE6C2. Grayscale: #5E5E5E. Windows color (decimal): -714435 or 4004341. OLE color: 4004341.

HSL color Cylindrical-coordinate representation of color #F5193D: hue angle of 350.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5193D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB2452561-
CMYK00.900.750.04
HSL350.18º91.67%52.94%-
HSV(B)350.18º89.8%96.08%-
XYZ38.8520.446.31-
YUV94.88108.89235.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.02%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=74.02%
G=7.55%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245256100.900.750.04350.1891.6752.94
HexF5193D05A4B415e5c35
Octal36531750132113453613465
Binary11110101110011111010101101010010111001010111101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5193D; }

 p { color: rgb(245,25,61); }

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

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

 a { background-color: rgb(245,25,61); }

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

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

 span { border-color: rgb(245,25,61); }

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