Html Css Color HEX #F7032D Torch Red

📋 copy color: '#F7032D'

red 247 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #F7032D

Tints of Torch Red #F7032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 83.73%
G = 1.02%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7032D (or 0xF7032D) is known color: Torch Red. HEX triplet: F7, 03 and 2D. RGB value is (247,3,45). Sum of RGB (Red+Green+Blue) = 247+3+45=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7032D is #08FCD2. Grayscale: #505050. Windows color (decimal): -589011 or 2950135. OLE color: 2950135.

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

Color convert

RGB 247 3 45 -
CMYK 0 0.99 0.82 0.03
HSL 349.67º 0.98% 0.49% -
HSV(B) 349.67º 0.99% 0.97% -
XYZ 38.86 20.03 4.3 -
YUV 80.74 107.84 246.58 -
System Red Green Blue C M Y K H S L
Decimal 247 3 45 0 0.99 0.82 0.03 349.67 0.98 0.49
Hex F7 3 2D 0 63 52 3 15E 62 31
Octal 367 3 55 0 143 122 3 536 142 61
Binary 11110111 11 101101 0 1100011 1010010 11 101011110 1100010 110001

Color Harmonies of #F7032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7032D

Black with #F7032D

Text Example


Text Example

White with #F7032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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