Html Css Color HEX #F70B31 Torch Red

📋 copy color: '#F70B31'

red 247 ◦ green 11 ◦ blue 49

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

Shades of Torch Red #F70B31

Tints of Torch Red #F70B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.58%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 80.46%
G = 3.58%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F70B31 (or 0xF70B31) is known color: Torch Red. HEX triplet: F7, 0B and 31. RGB value is (247,11,49). Sum of RGB (Red+Green+Blue) = 247+11+49=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70B31 is #08F4CE. Grayscale: #555555. Windows color (decimal): -586959 or 3214327. OLE color: 3214327.

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

Color convert

RGB 247 11 49 -
CMYK 0 0.96 0.80 0.03
HSL 350.34º 0.94% 0.51% -
HSV(B) 350.34º 0.96% 0.97% -
XYZ 39.03 20.24 4.75 -
YUV 85.9 107.19 242.91 -
System Red Green Blue C M Y K H S L
Decimal 247 11 49 0 0.96 0.80 0.03 350.34 0.94 0.51
Hex F7 B 31 0 60 50 3 15E 5E 33
Octal 367 13 61 0 140 120 3 536 136 63
Binary 11110111 1011 110001 0 1100000 1010000 11 101011110 1011110 110011

Color Harmonies of #F70B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B31

Black with #F70B31

Text Example


Text Example

White with #F70B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B31; }

 p { color: rgb(247,11,49); }

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

background-color css

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

 a { background-color: rgb(247,11,49); }

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

border-color css

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

 span { border-color: rgb(247,11,49); }

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