Html Css Color HEX #F7191D Torch Red

📋 copy color: '#F7191D'

red 247 ◦ green 25 ◦ blue 29

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

Shades of Torch Red #F7191D

Tints of Torch Red #F7191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 82.06%
G = 8.31%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7191D (or 0xF7191D) is known color: Torch Red. HEX triplet: F7, 19 and 1D. RGB value is (247,25,29). Sum of RGB (Red+Green+Blue) = 247+25+29=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F7191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7191D is #08E6E2. Grayscale: #5C5C5C. Windows color (decimal): -583395 or 1907191. OLE color: 1907191.

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

Color convert

RGB 247 25 29 -
CMYK 0 0.90 0.88 0.03
HSL 358.92º 0.93% 0.53% -
HSV(B) 358.92º 0.9% 0.97% -
XYZ 38.93 20.56 3.08 -
YUV 91.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 247 25 29 0 0.90 0.88 0.03 358.92 0.93 0.53
Hex F7 19 1D 0 5A 58 3 167 5D 35
Octal 367 31 35 0 132 130 3 547 135 65
Binary 11110111 11001 11101 0 1011010 1011000 11 101100111 1011101 110101

Color Harmonies of #F7191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7191D

Black with #F7191D

Text Example


Text Example

White with #F7191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7191D; }

 p { color: rgb(247,25,29); }

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

background-color css

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

 a { background-color: rgb(247,25,29); }

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

border-color css

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

 span { border-color: rgb(247,25,29); }

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