Html Css Color HEX #F70637 Torch Red

📋 copy color: '#F70637'

red 247 ◦ green 6 ◦ blue 55

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

Shades of Torch Red #F70637

Tints of Torch Red #F70637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 80.19%
G = 1.95%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F70637 (or 0xF70637) is known color: Torch Red. HEX triplet: F7, 06 and 37. RGB value is (247,6,55). Sum of RGB (Red+Green+Blue) = 247+6+55=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F70637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70637 is #08F9C8. Grayscale: #535353. Windows color (decimal): -588233 or 3606263. OLE color: 3606263.

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

Color convert

RGB 247 6 55 -
CMYK 0 0.98 0.78 0.03
HSL 347.8º 0.95% 0.5% -
HSV(B) 347.8º 0.98% 0.97% -
XYZ 39.11 20.18 5.45 -
YUV 83.65 111.84 244.52 -
System Red Green Blue C M Y K H S L
Decimal 247 6 55 0 0.98 0.78 0.03 347.8 0.95 0.5
Hex F7 6 37 0 62 4E 3 15C 5F 32
Octal 367 6 67 0 142 116 3 534 137 62
Binary 11110111 110 110111 0 1100010 1001110 11 101011100 1011111 110010

Color Harmonies of #F70637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70637

Black with #F70637

Text Example


Text Example

White with #F70637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70637; }

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

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

background-color css

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

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

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

border-color css

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

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

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