Html Css Color HEX #F7053F Torch Red

📋 copy color: '#F7053F'

red 247 ◦ green 5 ◦ blue 63

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

Shades of Torch Red #F7053F

Tints of Torch Red #F7053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 78.41%
G = 1.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7053F (or 0xF7053F) is known color: Torch Red. HEX triplet: F7, 05 and 3F. RGB value is (247,5,63). Sum of RGB (Red+Green+Blue) = 247+5+63=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7053F is #08FAC0. Grayscale: #535353. Windows color (decimal): -588481 or 4130295. OLE color: 4130295.

HSL color Cylindrical-coordinate representation of color #F7053F: hue angle of 345.62º 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 #F7053F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 63 -
CMYK 0 0.98 0.74 0.03
HSL 345.62º 0.96% 0.49% -
HSV(B) 345.62º 0.98% 0.97% -
XYZ 39.31 20.24 6.54 -
YUV 83.97 116.17 244.28 -
System Red Green Blue C M Y K H S L
Decimal 247 5 63 0 0.98 0.74 0.03 345.62 0.96 0.49
Hex F7 5 3F 0 62 4A 3 15A 60 31
Octal 367 5 77 0 142 112 3 532 140 61
Binary 11110111 101 111111 0 1100010 1001010 11 101011010 1100000 110001

Color Harmonies of #F7053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7053F

Black with #F7053F

Text Example


Text Example

White with #F7053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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