Html Css Color HEX #F5072E Torch Red

📋 copy color: '#F5072E'

red 245 ◦ green 7 ◦ blue 46

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

Shades of Torch Red #F5072E

Tints of Torch Red #F5072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

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

R = 82.21%
G = 2.35%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5072E (or 0xF5072E) is known color: Torch Red. HEX triplet: F5, 07 and 2E. RGB value is (245,7,46). Sum of RGB (Red+Green+Blue) = 245+7+46=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F5072E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5072E is #0AF8D1. Grayscale: #525252. Windows color (decimal): -719058 or 3016693. OLE color: 3016693.

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

Color convert

RGB 245 7 46 -
CMYK 0 0.97 0.81 0.04
HSL 350.17º 0.94% 0.49% -
HSV(B) 350.17º 0.97% 0.96% -
XYZ 38.23 19.76 4.38 -
YUV 82.61 107.35 243.83 -
System Red Green Blue C M Y K H S L
Decimal 245 7 46 0 0.97 0.81 0.04 350.17 0.94 0.49
Hex F5 7 2E 0 61 51 4 15E 5E 31
Octal 365 7 56 0 141 121 4 536 136 61
Binary 11110101 111 101110 0 1100001 1010001 100 101011110 1011110 110001

Color Harmonies of #F5072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5072E

Black with #F5072E

Text Example


Text Example

White with #F5072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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