Html Css Color HEX #F7132B Torch Red

📋 copy color: '#F7132B'

red 247 ◦ green 19 ◦ blue 43

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

Shades of Torch Red #F7132B

Tints of Torch Red #F7132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 79.94%
G = 6.15%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7132B (or 0xF7132B) is known color: Torch Red. HEX triplet: F7, 13 and 2B. RGB value is (247,19,43). Sum of RGB (Red+Green+Blue) = 247+19+43=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F7132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7132B is #08ECD4. Grayscale: #5A5A5A. Windows color (decimal): -584917 or 2823159. OLE color: 2823159.

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

Color convert

RGB 247 19 43 -
CMYK 0 0.92 0.83 0.03
HSL 353.68º 0.93% 0.52% -
HSV(B) 353.68º 0.92% 0.97% -
XYZ 39.03 20.41 4.17 -
YUV 89.91 101.54 240.05 -
System Red Green Blue C M Y K H S L
Decimal 247 19 43 0 0.92 0.83 0.03 353.68 0.93 0.52
Hex F7 13 2B 0 5C 53 3 162 5D 34
Octal 367 23 53 0 134 123 3 542 135 64
Binary 11110111 10011 101011 0 1011100 1010011 11 101100010 1011101 110100

Color Harmonies of #F7132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7132B

Black with #F7132B

Text Example


Text Example

White with #F7132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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