Html Css Color HEX #F70A2F Torch Red

📋 copy color: '#F70A2F'

red 247 ◦ green 10 ◦ blue 47

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

Shades of Torch Red #F70A2F

Tints of Torch Red #F70A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.29%

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 81.25%
G = 3.29%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F70A2F (or 0xF70A2F) is known color: Torch Red. HEX triplet: F7, 0A and 2F. RGB value is (247,10,47). Sum of RGB (Red+Green+Blue) = 247+10+47=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A2F is #08F5D0. Grayscale: #555555. Windows color (decimal): -587217 or 3082999. OLE color: 3082999.

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

Color convert

RGB 247 10 47 -
CMYK 0 0.96 0.81 0.03
HSL 350.63º 0.94% 0.5% -
HSV(B) 350.63º 0.96% 0.97% -
XYZ 38.98 20.2 4.53 -
YUV 85.08 106.52 243.49 -
System Red Green Blue C M Y K H S L
Decimal 247 10 47 0 0.96 0.81 0.03 350.63 0.94 0.5
Hex F7 A 2F 0 60 51 3 15F 5E 32
Octal 367 12 57 0 140 121 3 537 136 62
Binary 11110111 1010 101111 0 1100000 1010001 11 101011111 1011110 110010

Color Harmonies of #F70A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A2F

Black with #F70A2F

Text Example


Text Example

White with #F70A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A2F; }

 p { color: rgb(247,10,47); }

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

background-color css

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

 a { background-color: rgb(247,10,47); }

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

border-color css

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

 span { border-color: rgb(247,10,47); }

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