Html Css Color HEX #F7172D Torch Red

📋 copy color: '#F7172D'

red 247 ◦ green 23 ◦ blue 45

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

Shades of Torch Red #F7172D

Tints of Torch Red #F7172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 78.41%
G = 7.3%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7172D (or 0xF7172D) is known color: Torch Red. HEX triplet: F7, 17 and 2D. RGB value is (247,23,45). Sum of RGB (Red+Green+Blue) = 247+23+45=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7172D is #08E8D2. Grayscale: #5C5C5C. Windows color (decimal): -583891 or 2955255. OLE color: 2955255.

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

Color convert

RGB 247 23 45 -
CMYK 0 0.91 0.82 0.03
HSL 354.11º 0.93% 0.53% -
HSV(B) 354.11º 0.91% 0.97% -
XYZ 39.14 20.58 4.39 -
YUV 92.48 101.21 238.21 -
System Red Green Blue C M Y K H S L
Decimal 247 23 45 0 0.91 0.82 0.03 354.11 0.93 0.53
Hex F7 17 2D 0 5B 52 3 162 5D 35
Octal 367 27 55 0 133 122 3 542 135 65
Binary 11110111 10111 101101 0 1011011 1010010 11 101100010 1011101 110101

Color Harmonies of #F7172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7172D

Black with #F7172D

Text Example


Text Example

White with #F7172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7172D; }

 p { color: rgb(247,23,45); }

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

background-color css

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

 a { background-color: rgb(247,23,45); }

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

border-color css

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

 span { border-color: rgb(247,23,45); }

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