Html Css Color HEX #F70509 Torch Red

📋 copy color: '#F70509'

red 247 ◦ green 5 ◦ blue 9

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

Shades of Torch Red #F70509

Tints of Torch Red #F70509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 9 (3.91% from 255) = 3.45%

R = 94.64%
G = 1.92%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F70509 (or 0xF70509) is known color: Torch Red. HEX triplet: F7, 05 and 09. RGB value is (247,5,9). Sum of RGB (Red+Green+Blue) = 247+5+9=261 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.64% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 247 - color contains mainly: red. Hex color #F70509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70509 is #08FAF6. Grayscale: #4E4E4E. Windows color (decimal): -588535 or 591351. OLE color: 591351.

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

Color convert

RGB 247 5 9 -
CMYK 0 0.98 0.96 0.03
HSL 359.01º 0.96% 0.49% -
HSV(B) 359.01º 0.98% 0.97% -
XYZ 38.46 19.9 2.07 -
YUV 77.81 89.17 248.67 -
System Red Green Blue C M Y K H S L
Decimal 247 5 9 0 0.98 0.96 0.03 359.01 0.96 0.49
Hex F7 5 9 0 62 60 3 167 60 31
Octal 367 5 11 0 142 140 3 547 140 61
Binary 11110111 101 1001 0 1100010 1100000 11 101100111 1100000 110001

Color Harmonies of #F70509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70509

Black with #F70509

Text Example


Text Example

White with #F70509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70509; }

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

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

background-color css

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

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

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

border-color css

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

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

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