Html Css Color HEX #F71F2E Torch Red

📋 copy color: '#F71F2E'

red 247 ◦ green 31 ◦ blue 46

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

Shades of Torch Red #F71F2E

Tints of Torch Red #F71F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 76.23%
G = 9.57%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F71F2E (or 0xF71F2E) is known color: Torch Red. HEX triplet: F7, 1F and 2E. RGB value is (247,31,46). Sum of RGB (Red+Green+Blue) = 247+31+46=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71F2E is #08E0D1. Grayscale: #616161. Windows color (decimal): -581842 or 3022839. OLE color: 3022839.

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

Color convert

RGB 247 31 46 -
CMYK 0 0.87 0.81 0.03
HSL 355.83º 0.93% 0.55% -
HSV(B) 355.83º 0.87% 0.97% -
XYZ 39.34 20.95 4.56 -
YUV 97.29 99.06 234.78 -
System Red Green Blue C M Y K H S L
Decimal 247 31 46 0 0.87 0.81 0.03 355.83 0.93 0.55
Hex F7 1F 2E 0 57 51 3 164 5D 37
Octal 367 37 56 0 127 121 3 544 135 67
Binary 11110111 11111 101110 0 1010111 1010001 11 101100100 1011101 110111

Color Harmonies of #F71F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F2E

Black with #F71F2E

Text Example


Text Example

White with #F71F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F2E; }

 p { color: rgb(247,31,46); }

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

background-color css

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

 a { background-color: rgb(247,31,46); }

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

border-color css

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

 span { border-color: rgb(247,31,46); }

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