Html Css Color HEX #F70629 Torch Red

📋 copy color: '#F70629'

red 247 ◦ green 6 ◦ blue 41

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

Shades of Torch Red #F70629

Tints of Torch Red #F70629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

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

R = 84.01%
G = 2.04%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F70629 (or 0xF70629) is known color: Torch Red. HEX triplet: F7, 06 and 29. RGB value is (247,6,41). Sum of RGB (Red+Green+Blue) = 247+6+41=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F70629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70629 is #08F9D6. Grayscale: #525252. Windows color (decimal): -588247 or 2688759. OLE color: 2688759.

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

Color convert

RGB 247 6 41 -
CMYK 0 0.98 0.83 0.03
HSL 351.29º 0.95% 0.5% -
HSV(B) 351.29º 0.98% 0.97% -
XYZ 38.82 20.06 3.92 -
YUV 82.05 104.84 245.65 -
System Red Green Blue C M Y K H S L
Decimal 247 6 41 0 0.98 0.83 0.03 351.29 0.95 0.5
Hex F7 6 29 0 62 53 3 15F 5F 32
Octal 367 6 51 0 142 123 3 537 137 62
Binary 11110111 110 101001 0 1100010 1010011 11 101011111 1011111 110010

Color Harmonies of #F70629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70629

Black with #F70629

Text Example


Text Example

White with #F70629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70629; }

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

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

background-color css

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

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

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

border-color css

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

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

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