Html Css Color HEX #F71A2F Torch Red

📋 copy color: '#F71A2F'

red 247 ◦ green 26 ◦ blue 47

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

Shades of Torch Red #F71A2F

Tints of Torch Red #F71A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 77.19%
G = 8.13%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F71A2F (or 0xF71A2F) is known color: Torch Red. HEX triplet: F7, 1A and 2F. RGB value is (247,26,47). Sum of RGB (Red+Green+Blue) = 247+26+47=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71A2F is #08E5D0. Grayscale: #5E5E5E. Windows color (decimal): -583121 or 3087095. OLE color: 3087095.

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

Color convert

RGB 247 26 47 -
CMYK 0 0.89 0.81 0.03
HSL 354.3º 0.93% 0.54% -
HSV(B) 354.3º 0.89% 0.97% -
XYZ 39.24 20.72 4.62 -
YUV 94.47 101.22 236.79 -
System Red Green Blue C M Y K H S L
Decimal 247 26 47 0 0.89 0.81 0.03 354.3 0.93 0.54
Hex F7 1A 2F 0 59 51 3 162 5D 36
Octal 367 32 57 0 131 121 3 542 135 66
Binary 11110111 11010 101111 0 1011001 1010001 11 101100010 1011101 110110

Color Harmonies of #F71A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A2F

Black with #F71A2F

Text Example


Text Example

White with #F71A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A2F; }

 p { color: rgb(247,26,47); }

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

background-color css

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

 a { background-color: rgb(247,26,47); }

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

border-color css

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

 span { border-color: rgb(247,26,47); }

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