Html Css Color HEX #F5072B Torch Red

📋 copy color: '#F5072B'

red 245 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F5072B

Tints of Torch Red #F5072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 83.05%
G = 2.37%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5072B (or 0xF5072B) is known color: Torch Red. HEX triplet: F5, 07 and 2B. RGB value is (245,7,43). Sum of RGB (Red+Green+Blue) = 245+7+43=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5072B is #0AF8D4. Grayscale: #525252. Windows color (decimal): -719061 or 2820085. OLE color: 2820085.

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

Color convert

RGB 245 7 43 -
CMYK 0 0.97 0.82 0.04
HSL 350.92º 0.94% 0.49% -
HSV(B) 350.92º 0.97% 0.96% -
XYZ 38.17 19.74 4.08 -
YUV 82.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 245 7 43 0 0.97 0.82 0.04 350.92 0.94 0.49
Hex F5 7 2B 0 61 52 4 15F 5E 31
Octal 365 7 53 0 141 122 4 537 136 61
Binary 11110101 111 101011 0 1100001 1010010 100 101011111 1011110 110001

Color Harmonies of #F5072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5072B

Black with #F5072B

Text Example


Text Example

White with #F5072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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