Html Css Color HEX #F7053B Torch Red

📋 copy color: '#F7053B'

red 247 ◦ green 5 ◦ blue 59

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

Shades of Torch Red #F7053B

Tints of Torch Red #F7053B

RGB

 RED value IS 247 (96.88% from 255) = 79.42%

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 79.42%
G = 1.61%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7053B (or 0xF7053B) is known color: Torch Red. HEX triplet: F7, 05 and 3B. RGB value is (247,5,59). Sum of RGB (Red+Green+Blue) = 247+5+59=311 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.42% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 247 - color contains mainly: red. Hex color #F7053B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7053B is #08FAC4. Grayscale: #535353. Windows color (decimal): -588485 or 3868151. OLE color: 3868151.

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

Color convert

RGB 247 5 59 -
CMYK 0 0.98 0.76 0.03
HSL 346.61º 0.96% 0.49% -
HSV(B) 346.61º 0.98% 0.97% -
XYZ 39.2 20.2 5.97 -
YUV 83.51 114.17 244.61 -
System Red Green Blue C M Y K H S L
Decimal 247 5 59 0 0.98 0.76 0.03 346.61 0.96 0.49
Hex F7 5 3B 0 62 4C 3 15B 60 31
Octal 367 5 73 0 142 114 3 533 140 61
Binary 11110111 101 111011 0 1100010 1001100 11 101011011 1100000 110001

Color Harmonies of #F7053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7053B

Black with #F7053B

Text Example


Text Example

White with #F7053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7053B; }

 p { color: rgb(247,5,59); }

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

background-color css

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

 a { background-color: rgb(247,5,59); }

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

border-color css

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

 span { border-color: rgb(247,5,59); }

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