Html Css Color HEX #F71032 Torch Red

📋 copy color: '#F71032'

red 247 ◦ green 16 ◦ blue 50

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

Shades of Torch Red #F71032

Tints of Torch Red #F71032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 78.91%
G = 5.11%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F71032 (or 0xF71032) is known color: Torch Red. HEX triplet: F7, 10 and 32. RGB value is (247,16,50). Sum of RGB (Red+Green+Blue) = 247+16+50=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F71032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71032 is #08EFCD. Grayscale: #595959. Windows color (decimal): -585678 or 3281143. OLE color: 3281143.

HSL color Cylindrical-coordinate representation of color #F71032: hue angle of 351.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71032 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 16 50 -
CMYK 0 0.94 0.80 0.03
HSL 351.17º 0.94% 0.52% -
HSV(B) 351.17º 0.94% 0.97% -
XYZ 39.12 20.38 4.89 -
YUV 88.95 106.03 240.74 -
System Red Green Blue C M Y K H S L
Decimal 247 16 50 0 0.94 0.80 0.03 351.17 0.94 0.52
Hex F7 10 32 0 5E 50 3 15F 5E 34
Octal 367 20 62 0 136 120 3 537 136 64
Binary 11110111 10000 110010 0 1011110 1010000 11 101011111 1011110 110100

Color Harmonies of #F71032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71032

Black with #F71032

Text Example


Text Example

White with #F71032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71032; }

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

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

background-color css

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

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

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

border-color css

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

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

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