Html Css Color HEX #F70009 Torch Red

📋 copy color: '#F70009'

red 247 ◦ green 0 ◦ blue 9

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

Shades of Torch Red #F70009

Tints of Torch Red #F70009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.48%
G = 0%
B = 3.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F70009 (or 0xF70009) is known color: Torch Red. HEX triplet: F7, 00 and 09. RGB value is (247,0,9). Sum of RGB (Red+Green+Blue) = 247+0+9=256 (33% of max value = 765). Red value is 247 (96.88% from 255 or 96.48% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 247 - color contains mainly: red. Hex color #F70009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70009 is #08FFF6. Grayscale: #4B4B4B. Windows color (decimal): -589815 or 590071. OLE color: 590071.

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

Color convert

RGB 247 0 9 -
CMYK 0 1 0.96 0.03
HSL 357.81º 1% 0.48% -
HSV(B) 357.81º 1% 0.97% -
XYZ 38.41 19.79 2.05 -
YUV 74.88 90.83 250.77 -
System Red Green Blue C M Y K H S L
Decimal 247 0 9 0 1 0.96 0.03 357.81 1 0.48
Hex F7 0 9 0 64 60 3 166 64 30
Octal 367 0 11 0 144 140 3 546 144 60
Binary 11110111 0 1001 0 1100100 1100000 11 101100110 1100100 110000

Color Harmonies of #F70009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70009

Black with #F70009

Text Example


Text Example

White with #F70009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70009; }

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

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

background-color css

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

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

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

border-color css

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

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

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