Html Css Color HEX #F70131 Torch Red

📋 copy color: '#F70131'

red 247 ◦ green 1 ◦ blue 49

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

Shades of Torch Red #F70131

Tints of Torch Red #F70131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 83.16%
G = 0.34%
B = 16.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F70131 (or 0xF70131) is known color: Torch Red. HEX triplet: F7, 01 and 31. RGB value is (247,1,49). Sum of RGB (Red+Green+Blue) = 247+1+49=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F70131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70131 is #08FECE. Grayscale: #505050. Windows color (decimal): -589519 or 3211767. OLE color: 3211767.

HSL color Cylindrical-coordinate representation of color #F70131: hue angle of 348.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70131 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 49 -
CMYK 0 1.00 0.80 0.03
HSL 348.29º 0.99% 0.49% -
HSV(B) 348.29º 1% 0.97% -
XYZ 38.92 20.02 4.72 -
YUV 80.03 110.5 247.1 -
System Red Green Blue C M Y K H S L
Decimal 247 1 49 0 1.00 0.80 0.03 348.29 0.99 0.49
Hex F7 1 31 0 64 50 3 15C 63 31
Octal 367 1 61 0 144 120 3 534 143 61
Binary 11110111 1 110001 0 1100100 1010000 11 101011100 1100011 110001

Color Harmonies of #F70131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70131

Black with #F70131

Text Example


Text Example

White with #F70131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70131; }

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

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

background-color css

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

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

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

border-color css

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

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

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