Html Css Color HEX #F7134A Torch Red

📋 copy color: '#F7134A'

red 247 ◦ green 19 ◦ blue 74

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

Shades of Torch Red #F7134A

Tints of Torch Red #F7134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 72.65%
G = 5.59%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7134A (or 0xF7134A) is known color: Torch Red. HEX triplet: F7, 13 and 4A. RGB value is (247,19,74). Sum of RGB (Red+Green+Blue) = 247+19+74=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7134A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7134A is #08ECB5. Grayscale: #5D5D5D. Windows color (decimal): -584886 or 4854775. OLE color: 4854775.

HSL color Cylindrical-coordinate representation of color #F7134A: hue angle of 345.53º 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 #F7134A is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 19 74 -
CMYK 0 0.92 0.70 0.03
HSL 345.53º 0.93% 0.52% -
HSV(B) 345.53º 0.92% 0.97% -
XYZ 39.83 20.73 8.38 -
YUV 93.44 117.04 237.53 -
System Red Green Blue C M Y K H S L
Decimal 247 19 74 0 0.92 0.70 0.03 345.53 0.93 0.52
Hex F7 13 4A 0 5C 46 3 15A 5D 34
Octal 367 23 112 0 134 106 3 532 135 64
Binary 11110111 10011 1001010 0 1011100 1000110 11 101011010 1011101 110100

Color Harmonies of #F7134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7134A

Black with #F7134A

Text Example


Text Example

White with #F7134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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