Html Css Color HEX #F5073C Torch Red

📋 copy color: '#F5073C'

red 245 ◦ green 7 ◦ blue 60

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

Shades of Torch Red #F5073C

Tints of Torch Red #F5073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 78.53%
G = 2.24%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5073C (or 0xF5073C) is known color: Torch Red. HEX triplet: F5, 07 and 3C. RGB value is (245,7,60). Sum of RGB (Red+Green+Blue) = 245+7+60=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5073C is #0AF8C3. Grayscale: #545454. Windows color (decimal): -719044 or 3934197. OLE color: 3934197.

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

Color convert

RGB 245 7 60 -
CMYK 0 0.97 0.76 0.04
HSL 346.64º 0.94% 0.49% -
HSV(B) 346.64º 0.97% 0.96% -
XYZ 38.55 19.89 6.08 -
YUV 84.2 114.35 242.69 -
System Red Green Blue C M Y K H S L
Decimal 245 7 60 0 0.97 0.76 0.04 346.64 0.94 0.49
Hex F5 7 3C 0 61 4C 4 15B 5E 31
Octal 365 7 74 0 141 114 4 533 136 61
Binary 11110101 111 111100 0 1100001 1001100 100 101011011 1011110 110001

Color Harmonies of #F5073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5073C

Black with #F5073C

Text Example


Text Example

White with #F5073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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