Html Css Color HEX #F7091D Torch Red

📋 copy color: '#F7091D'

red 247 ◦ green 9 ◦ blue 29

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

Shades of Torch Red #F7091D

Tints of Torch Red #F7091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 86.67%
G = 3.16%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7091D (or 0xF7091D) is known color: Torch Red. HEX triplet: F7, 09 and 1D. RGB value is (247,9,29). Sum of RGB (Red+Green+Blue) = 247+9+29=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F7091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7091D is #08F6E2. Grayscale: #525252. Windows color (decimal): -587491 or 1903095. OLE color: 1903095.

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

Color convert

RGB 247 9 29 -
CMYK 0 0.96 0.88 0.03
HSL 354.96º 0.94% 0.5% -
HSV(B) 354.96º 0.96% 0.97% -
XYZ 38.68 20.06 3 -
YUV 82.44 97.85 245.37 -
System Red Green Blue C M Y K H S L
Decimal 247 9 29 0 0.96 0.88 0.03 354.96 0.94 0.5
Hex F7 9 1D 0 60 58 3 163 5E 32
Octal 367 11 35 0 140 130 3 543 136 62
Binary 11110111 1001 11101 0 1100000 1011000 11 101100011 1011110 110010

Color Harmonies of #F7091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7091D

Black with #F7091D

Text Example


Text Example

White with #F7091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7091D; }

 p { color: rgb(247,9,29); }

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

background-color css

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

 a { background-color: rgb(247,9,29); }

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

border-color css

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

 span { border-color: rgb(247,9,29); }

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