Html Css Color HEX #F70109 Torch Red

📋 copy color: '#F70109'

red 247 ◦ green 1 ◦ blue 9

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

Shades of Torch Red #F70109

Tints of Torch Red #F70109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 96.11%
G = 0.39%
B = 3.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F70109 (or 0xF70109) is known color: Torch Red. HEX triplet: F7, 01 and 09. RGB value is (247,1,9). Sum of RGB (Red+Green+Blue) = 247+1+9=257 (34% of max value = 765). Red value is 247 (96.88% from 255 or 96.11% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 247 - color contains mainly: red. Hex color #F70109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70109 is #08FEF6. Grayscale: #4B4B4B. Windows color (decimal): -589559 or 590327. OLE color: 590327.

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

Color convert

RGB 247 1 9 -
CMYK 0 1.00 0.96 0.03
HSL 358.05º 0.99% 0.49% -
HSV(B) 358.05º 1% 0.97% -
XYZ 38.42 19.82 2.06 -
YUV 75.47 90.5 250.35 -
System Red Green Blue C M Y K H S L
Decimal 247 1 9 0 1.00 0.96 0.03 358.05 0.99 0.49
Hex F7 1 9 0 64 60 3 166 63 31
Octal 367 1 11 0 144 140 3 546 143 61
Binary 11110111 1 1001 0 1100100 1100000 11 101100110 1100011 110001

Color Harmonies of #F70109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70109

Black with #F70109

Text Example


Text Example

White with #F70109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70109; }

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

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

background-color css

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

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

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

border-color css

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

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

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