Html Css Color HEX #F7134C Torch Red

📋 copy color: '#F7134C'

red 247 ◦ green 19 ◦ blue 76

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

Shades of Torch Red #F7134C

Tints of Torch Red #F7134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 72.22%
G = 5.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7134C (or 0xF7134C) is known color: Torch Red. HEX triplet: F7, 13 and 4C. RGB value is (247,19,76). Sum of RGB (Red+Green+Blue) = 247+19+76=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7134C is #08ECB3. Grayscale: #5D5D5D. Windows color (decimal): -584884 or 4985847. OLE color: 4985847.

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

Color convert

RGB 247 19 76 -
CMYK 0 0.92 0.69 0.03
HSL 345º 0.93% 0.52% -
HSV(B) 345º 0.92% 0.97% -
XYZ 39.9 20.76 8.74 -
YUV 93.67 118.04 237.37 -
System Red Green Blue C M Y K H S L
Decimal 247 19 76 0 0.92 0.69 0.03 345 0.93 0.52
Hex F7 13 4C 0 5C 45 3 159 5D 34
Octal 367 23 114 0 134 105 3 531 135 64
Binary 11110111 10011 1001100 0 1011100 1000101 11 101011001 1011101 110100

Color Harmonies of #F7134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7134C

Black with #F7134C

Text Example


Text Example

White with #F7134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7134C; }

 p { color: rgb(247,19,76); }

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

background-color css

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

 a { background-color: rgb(247,19,76); }

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

border-color css

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

 span { border-color: rgb(247,19,76); }

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