Html Css Color HEX #F71123 Torch Red

📋 copy color: '#F71123'

red 247 ◦ green 17 ◦ blue 35

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

Shades of Torch Red #F71123

Tints of Torch Red #F71123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 82.61%
G = 5.69%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F71123 (or 0xF71123) is known color: Torch Red. HEX triplet: F7, 11 and 23. RGB value is (247,17,35). Sum of RGB (Red+Green+Blue) = 247+17+35=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F71123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71123 is #08EEDC. Grayscale: #575757. Windows color (decimal): -585437 or 2298359. OLE color: 2298359.

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

Color convert

RGB 247 17 35 -
CMYK 0 0.93 0.86 0.03
HSL 355.3º 0.93% 0.52% -
HSV(B) 355.3º 0.93% 0.97% -
XYZ 38.86 20.3 3.46 -
YUV 87.82 98.2 241.54 -
System Red Green Blue C M Y K H S L
Decimal 247 17 35 0 0.93 0.86 0.03 355.3 0.93 0.52
Hex F7 11 23 0 5D 56 3 163 5D 34
Octal 367 21 43 0 135 126 3 543 135 64
Binary 11110111 10001 100011 0 1011101 1010110 11 101100011 1011101 110100

Color Harmonies of #F71123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71123

Black with #F71123

Text Example


Text Example

White with #F71123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71123; }

 p { color: rgb(247,17,35); }

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

background-color css

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

 a { background-color: rgb(247,17,35); }

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

border-color css

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

 span { border-color: rgb(247,17,35); }

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