Html Css Color HEX #F70409 Torch Red

📋 copy color: '#F70409'

red 247 ◦ green 4 ◦ blue 9

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

Shades of Torch Red #F70409

Tints of Torch Red #F70409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 95%
G = 1.54%
B = 3.46%

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

#F70409 (or 0xF70409) is known color: Torch Red. HEX triplet: F7, 04 and 09. RGB value is (247,4,9). Sum of RGB (Red+Green+Blue) = 247+4+9=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F70409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70409 is #08FBF6. Grayscale: #4D4D4D. Windows color (decimal): -588791 or 591095. OLE color: 591095.

HSL color Cylindrical-coordinate representation of color #F70409: hue angle of 358.77º degrees, saturation: 0.97, 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 #F70409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 4 9 -
CMYK 0 0.98 0.96 0.03
HSL 358.77º 0.97% 0.49% -
HSV(B) 358.77º 0.98% 0.97% -
XYZ 38.45 19.88 2.07 -
YUV 77.23 89.51 249.09 -
System Red Green Blue C M Y K H S L
Decimal 247 4 9 0 0.98 0.96 0.03 358.77 0.97 0.49
Hex F7 4 9 0 62 60 3 167 61 31
Octal 367 4 11 0 142 140 3 547 141 61
Binary 11110111 100 1001 0 1100010 1100000 11 101100111 1100001 110001

Color Harmonies of #F70409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70409

Black with #F70409

Text Example


Text Example

White with #F70409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70409; }

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

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

background-color css

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

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

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

border-color css

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

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

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