Html Css Color HEX #F71A32 Torch Red

📋 copy color: '#F71A32'

red 247 ◦ green 26 ◦ blue 50

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

Shades of Torch Red #F71A32

Tints of Torch Red #F71A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 76.47%
G = 8.05%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F71A32 (or 0xF71A32) is known color: Torch Red. HEX triplet: F7, 1A and 32. RGB value is (247,26,50). Sum of RGB (Red+Green+Blue) = 247+26+50=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71A32 is #08E5CD. Grayscale: #5E5E5E. Windows color (decimal): -583118 or 3283703. OLE color: 3283703.

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

Color convert

RGB 247 26 50 -
CMYK 0 0.89 0.80 0.03
HSL 353.48º 0.93% 0.54% -
HSV(B) 353.48º 0.89% 0.97% -
XYZ 39.3 20.74 4.95 -
YUV 94.82 102.72 236.55 -
System Red Green Blue C M Y K H S L
Decimal 247 26 50 0 0.89 0.80 0.03 353.48 0.93 0.54
Hex F7 1A 32 0 59 50 3 161 5D 36
Octal 367 32 62 0 131 120 3 541 135 66
Binary 11110111 11010 110010 0 1011001 1010000 11 101100001 1011101 110110

Color Harmonies of #F71A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A32

Black with #F71A32

Text Example


Text Example

White with #F71A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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