Html Css Color HEX #F7053D Torch Red

📋 copy color: '#F7053D'

red 247 ◦ green 5 ◦ blue 61

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

Shades of Torch Red #F7053D

Tints of Torch Red #F7053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 78.91%
G = 1.6%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7053D (or 0xF7053D) is known color: Torch Red. HEX triplet: F7, 05 and 3D. RGB value is (247,5,61). Sum of RGB (Red+Green+Blue) = 247+5+61=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F7053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7053D is #08FAC2. Grayscale: #535353. Windows color (decimal): -588483 or 3999223. OLE color: 3999223.

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

Color convert

RGB 247 5 61 -
CMYK 0 0.98 0.75 0.03
HSL 346.12º 0.96% 0.49% -
HSV(B) 346.12º 0.98% 0.97% -
XYZ 39.25 20.22 6.25 -
YUV 83.74 115.17 244.45 -
System Red Green Blue C M Y K H S L
Decimal 247 5 61 0 0.98 0.75 0.03 346.12 0.96 0.49
Hex F7 5 3D 0 62 4B 3 15A 60 31
Octal 367 5 75 0 142 113 3 532 140 61
Binary 11110111 101 111101 0 1100010 1001011 11 101011010 1100000 110001

Color Harmonies of #F7053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7053D

Black with #F7053D

Text Example


Text Example

White with #F7053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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