Html Css Color HEX #F7032E Torch Red

📋 copy color: '#F7032E'

red 247 ◦ green 3 ◦ blue 46

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

Shades of Torch Red #F7032E

Tints of Torch Red #F7032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 83.45%
G = 1.01%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7032E (or 0xF7032E) is known color: Torch Red. HEX triplet: F7, 03 and 2E. RGB value is (247,3,46). Sum of RGB (Red+Green+Blue) = 247+3+46=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F7032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7032E is #08FCD1. Grayscale: #505050. Windows color (decimal): -589010 or 3015671. OLE color: 3015671.

HSL color Cylindrical-coordinate representation of color #F7032E: hue angle of 349.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7032E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 3 46 -
CMYK 0 0.99 0.81 0.03
HSL 349.43º 0.98% 0.49% -
HSV(B) 349.43º 0.99% 0.97% -
XYZ 38.88 20.04 4.4 -
YUV 80.86 108.34 246.5 -
System Red Green Blue C M Y K H S L
Decimal 247 3 46 0 0.99 0.81 0.03 349.43 0.98 0.49
Hex F7 3 2E 0 63 51 3 15D 62 31
Octal 367 3 56 0 143 121 3 535 142 61
Binary 11110111 11 101110 0 1100011 1010001 11 101011101 1100010 110001

Color Harmonies of #F7032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7032E

Black with #F7032E

Text Example


Text Example

White with #F7032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7032E; }

 p { color: rgb(247,3,46); }

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

background-color css

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

 a { background-color: rgb(247,3,46); }

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

border-color css

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

 span { border-color: rgb(247,3,46); }

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