Html Css Color HEX #F7134B Torch Red

📋 copy color: '#F7134B'

red 247 ◦ green 19 ◦ blue 75

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

Shades of Torch Red #F7134B

Tints of Torch Red #F7134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 72.43%
G = 5.57%
B = 21.99%

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

#F7134B (or 0xF7134B) is known color: Torch Red. HEX triplet: F7, 13 and 4B. RGB value is (247,19,75). Sum of RGB (Red+Green+Blue) = 247+19+75=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7134B is #08ECB4. Grayscale: #5D5D5D. Windows color (decimal): -584885 or 4920311. OLE color: 4920311.

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

Color convert

RGB 247 19 75 -
CMYK 0 0.92 0.70 0.03
HSL 345.26º 0.93% 0.52% -
HSV(B) 345.26º 0.92% 0.97% -
XYZ 39.86 20.75 8.56 -
YUV 93.56 117.54 237.45 -
System Red Green Blue C M Y K H S L
Decimal 247 19 75 0 0.92 0.70 0.03 345.26 0.93 0.52
Hex F7 13 4B 0 5C 46 3 159 5D 34
Octal 367 23 113 0 134 106 3 531 135 64
Binary 11110111 10011 1001011 0 1011100 1000110 11 101011001 1011101 110100

Color Harmonies of #F7134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7134B

Black with #F7134B

Text Example


Text Example

White with #F7134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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