Html Css Color HEX #F7072D Torch Red

📋 copy color: '#F7072D'

red 247 ◦ green 7 ◦ blue 45

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

Shades of Torch Red #F7072D

Tints of Torch Red #F7072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 82.61%
G = 2.34%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7072D (or 0xF7072D) is known color: Torch Red. HEX triplet: F7, 07 and 2D. RGB value is (247,7,45). Sum of RGB (Red+Green+Blue) = 247+7+45=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F7072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7072D is #08F8D2. Grayscale: #535353. Windows color (decimal): -587987 or 2951159. OLE color: 2951159.

HSL color Cylindrical-coordinate representation of color #F7072D: hue angle of 350.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7072D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 7 45 -
CMYK 0 0.97 0.82 0.03
HSL 350.5º 0.94% 0.5% -
HSV(B) 350.5º 0.97% 0.97% -
XYZ 38.91 20.12 4.31 -
YUV 83.09 106.51 244.91 -
System Red Green Blue C M Y K H S L
Decimal 247 7 45 0 0.97 0.82 0.03 350.5 0.94 0.5
Hex F7 7 2D 0 61 52 3 15E 5E 32
Octal 367 7 55 0 141 122 3 536 136 62
Binary 11110111 111 101101 0 1100001 1010010 11 101011110 1011110 110010

Color Harmonies of #F7072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7072D

Black with #F7072D

Text Example


Text Example

White with #F7072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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