Html Css Color HEX #F71D40 Torch Red

📋 copy color: '#F71D40'

red 247 ◦ green 29 ◦ blue 64

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

Shades of Torch Red #F71D40

Tints of Torch Red #F71D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 72.65%
G = 8.53%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F71D40 (or 0xF71D40) is known color: Torch Red. HEX triplet: F7, 1D and 40. RGB value is (247,29,64). Sum of RGB (Red+Green+Blue) = 247+29+64=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71D40 is #08E2BF. Grayscale: #626262. Windows color (decimal): -582336 or 4201975. OLE color: 4201975.

HSL color Cylindrical-coordinate representation of color #F71D40: hue angle of 350.37º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71D40 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 29 64 -
CMYK 0 0.88 0.74 0.03
HSL 350.37º 0.93% 0.54% -
HSV(B) 350.37º 0.88% 0.97% -
XYZ 39.72 21.02 6.81 -
YUV 98.17 108.72 234.15 -
System Red Green Blue C M Y K H S L
Decimal 247 29 64 0 0.88 0.74 0.03 350.37 0.93 0.54
Hex F7 1D 40 0 58 4A 3 15E 5D 36
Octal 367 35 100 0 130 112 3 536 135 66
Binary 11110111 11101 1000000 0 1011000 1001010 11 101011110 1011101 110110

Color Harmonies of #F71D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D40

Black with #F71D40

Text Example


Text Example

White with #F71D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D40; }

 p { color: rgb(247,29,64); }

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

background-color css

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

 a { background-color: rgb(247,29,64); }

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

border-color css

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

 span { border-color: rgb(247,29,64); }

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