Html Css Color HEX #F5072D Torch Red

📋 copy color: '#F5072D'

red 245 ◦ green 7 ◦ blue 45

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

Shades of Torch Red #F5072D

Tints of Torch Red #F5072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 82.49%
G = 2.36%
B = 15.15%

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

#F5072D (or 0xF5072D) is known color: Torch Red. HEX triplet: F5, 07 and 2D. RGB value is (245,7,45). Sum of RGB (Red+Green+Blue) = 245+7+45=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F5072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5072D is #0AF8D2. Grayscale: #525252. Windows color (decimal): -719059 or 2951157. OLE color: 2951157.

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

Color convert

RGB 245 7 45 -
CMYK 0 0.97 0.82 0.04
HSL 350.42º 0.94% 0.49% -
HSV(B) 350.42º 0.97% 0.96% -
XYZ 38.21 19.75 4.28 -
YUV 82.49 106.85 243.91 -
System Red Green Blue C M Y K H S L
Decimal 245 7 45 0 0.97 0.82 0.04 350.42 0.94 0.49
Hex F5 7 2D 0 61 52 4 15E 5E 31
Octal 365 7 55 0 141 122 4 536 136 61
Binary 11110101 111 101101 0 1100001 1010010 100 101011110 1011110 110001

Color Harmonies of #F5072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5072D

Black with #F5072D

Text Example


Text Example

White with #F5072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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