Html Css Color HEX #F70741 Torch Red

📋 copy color: '#F70741'

red 247 ◦ green 7 ◦ blue 65

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

Shades of Torch Red #F70741

Tints of Torch Red #F70741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 77.43%
G = 2.19%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F70741 (or 0xF70741) is known color: Torch Red. HEX triplet: F7, 07 and 41. RGB value is (247,7,65). Sum of RGB (Red+Green+Blue) = 247+7+65=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F70741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70741 is #08F8BE. Grayscale: #555555. Windows color (decimal): -587967 or 4261879. OLE color: 4261879.

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

Color convert

RGB 247 7 65 -
CMYK 0 0.97 0.74 0.03
HSL 345.5º 0.94% 0.5% -
HSV(B) 345.5º 0.97% 0.97% -
XYZ 39.39 20.31 6.84 -
YUV 85.37 116.51 243.28 -
System Red Green Blue C M Y K H S L
Decimal 247 7 65 0 0.97 0.74 0.03 345.5 0.94 0.5
Hex F7 7 41 0 61 4A 3 15A 5E 32
Octal 367 7 101 0 141 112 3 532 136 62
Binary 11110111 111 1000001 0 1100001 1001010 11 101011010 1011110 110010

Color Harmonies of #F70741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70741

Black with #F70741

Text Example


Text Example

White with #F70741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70741; }

 p { color: rgb(247,7,65); }

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

background-color css

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

 a { background-color: rgb(247,7,65); }

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

border-color css

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

 span { border-color: rgb(247,7,65); }

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