Html Css Color HEX #F70A1F Torch Red

📋 copy color: '#F70A1F'

red 247 ◦ green 10 ◦ blue 31

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

Shades of Torch Red #F70A1F

Tints of Torch Red #F70A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 85.76%
G = 3.47%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F70A1F (or 0xF70A1F) is known color: Torch Red. HEX triplet: F7, 0A and 1F. RGB value is (247,10,31). Sum of RGB (Red+Green+Blue) = 247+10+31=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A1F is #08F5E0. Grayscale: #535353. Windows color (decimal): -587233 or 2034423. OLE color: 2034423.

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

Color convert

RGB 247 10 31 -
CMYK 0 0.96 0.87 0.03
HSL 354.68º 0.94% 0.5% -
HSV(B) 354.68º 0.96% 0.97% -
XYZ 38.71 20.09 3.13 -
YUV 83.26 98.52 244.79 -
System Red Green Blue C M Y K H S L
Decimal 247 10 31 0 0.96 0.87 0.03 354.68 0.94 0.5
Hex F7 A 1F 0 60 57 3 163 5E 32
Octal 367 12 37 0 140 127 3 543 136 62
Binary 11110111 1010 11111 0 1100000 1010111 11 101100011 1011110 110010

Color Harmonies of #F70A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A1F

Black with #F70A1F

Text Example


Text Example

White with #F70A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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