Html Css Color HEX #F5192E Torch Red

📋 copy color: '#F5192E'

red 245 ◦ green 25 ◦ blue 46

#F5192E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F5192E

Tints of Torch Red #F5192E

RGB

 RED value IS 245 (96.09% from 255) = 77.53%

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 77.53%
G = 7.91%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5192E (or 0xF5192E) is known color: Torch Red. HEX triplet: F5, 19 and 2E. RGB value is (245,25,46). Sum of RGB (Red+Green+Blue) = 245+25+46=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F5192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5192E is #0AE6D1. Grayscale: #5D5D5D. Windows color (decimal): -714450 or 3021301. OLE color: 3021301.

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

Color convert

RGB 245 25 46 -
CMYK 0 0.90 0.81 0.04
HSL 354.27º 0.92% 0.53% -
HSV(B) 354.27º 0.9% 0.96% -
XYZ 38.5 20.3 4.48 -
YUV 93.17 101.39 236.29 -
System Red Green Blue C M Y K H S L
Decimal 245 25 46 0 0.90 0.81 0.04 354.27 0.92 0.53
Hex F5 19 2E 0 5A 51 4 162 5C 35
Octal 365 31 56 0 132 121 4 542 134 65
Binary 11110101 11001 101110 0 1011010 1010001 100 101100010 1011100 110101

Color Harmonies of #F5192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5192E

Black with #F5192E

Text Example


Text Example

White with #F5192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5192E; }

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

 H1.HeaderClassName
 {
   color: #F5192E;
 }
 .AnyTagClassName
 {
   color: #F5192E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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