Html Css Color HEX #F70926 Torch Red

📋 copy color: '#F70926'

red 247 ◦ green 9 ◦ blue 38

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

Shades of Torch Red #F70926

Tints of Torch Red #F70926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 84.01%
G = 3.06%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F70926 (or 0xF70926) is known color: Torch Red. HEX triplet: F7, 09 and 26. RGB value is (247,9,38). Sum of RGB (Red+Green+Blue) = 247+9+38=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F70926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70926 is #08F6D9. Grayscale: #535353. Windows color (decimal): -587482 or 2492919. OLE color: 2492919.

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

Color convert

RGB 247 9 38 -
CMYK 0 0.96 0.85 0.03
HSL 352.69º 0.94% 0.5% -
HSV(B) 352.69º 0.96% 0.97% -
XYZ 38.81 20.11 3.67 -
YUV 83.47 102.35 244.64 -
System Red Green Blue C M Y K H S L
Decimal 247 9 38 0 0.96 0.85 0.03 352.69 0.94 0.5
Hex F7 9 26 0 60 55 3 161 5E 32
Octal 367 11 46 0 140 125 3 541 136 62
Binary 11110111 1001 100110 0 1100000 1010101 11 101100001 1011110 110010

Color Harmonies of #F70926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70926

Black with #F70926

Text Example


Text Example

White with #F70926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70926; }

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

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

background-color css

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

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

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

border-color css

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

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

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