#f5193b

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

Shades of Torch Red #F5193B

Tints of Torch Red #F5193B

Color information

#F5193B (or 0xF5193B) is unknown color: approx Torch Red. HEX triplet: F5, 19 and 3B. RGB value is (245,25,59). Sum of RGB (Red+Green+Blue) = 245+25+59=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F5193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5193B is #0AE6C4. Grayscale: #5E5E5E. Windows color (decimal): -714437 or 3873269. OLE color: 3873269.

HSL color Cylindrical-coordinate representation of color #F5193B: hue angle of 350.73º 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 #F5193B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2452559-
CMYK00.900.760.04
HSL350.73º91.67%52.94%-
HSV(B)350.73º89.8%96.08%-
XYZ38.7920.426.04-
YUV94.66107.89235.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.47%
GREEN value IS 25 (10.16% from 255) = 7.60%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=74.47%
G=7.60%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245255900.900.760.04350.7391.6752.94
HexF5193B05A4C415f5c35
Octal36531730132114453713465
Binary11110101110011110110101101010011001001010111111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5193b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5193b; }

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

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

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

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

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

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

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

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