Html Css Color HEX #F70829 Torch Red

📋 copy color: '#F70829'

red 247 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #F70829

Tints of Torch Red #F70829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 83.45%
G = 2.7%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F70829 (or 0xF70829) is known color: Torch Red. HEX triplet: F7, 08 and 29. RGB value is (247,8,41). Sum of RGB (Red+Green+Blue) = 247+8+41=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F70829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70829 is #08F7D6. Grayscale: #535353. Windows color (decimal): -587735 or 2689271. OLE color: 2689271.

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

Color convert

RGB 247 8 41 -
CMYK 0 0.97 0.83 0.03
HSL 351.72º 0.94% 0.5% -
HSV(B) 351.72º 0.97% 0.97% -
XYZ 38.84 20.11 3.93 -
YUV 83.22 104.18 244.82 -
System Red Green Blue C M Y K H S L
Decimal 247 8 41 0 0.97 0.83 0.03 351.72 0.94 0.5
Hex F7 8 29 0 61 53 3 160 5E 32
Octal 367 10 51 0 141 123 3 540 136 62
Binary 11110111 1000 101001 0 1100001 1010011 11 101100000 1011110 110010

Color Harmonies of #F70829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70829

Black with #F70829

Text Example


Text Example

White with #F70829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70829; }

 p { color: rgb(247,8,41); }

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

background-color css

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

 a { background-color: rgb(247,8,41); }

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

border-color css

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

 span { border-color: rgb(247,8,41); }

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