Html Css Color HEX #F70112 Torch Red

📋 copy color: '#F70112'

red 247 ◦ green 1 ◦ blue 18

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

Shades of Torch Red #F70112

Tints of Torch Red #F70112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 92.86%
G = 0.38%
B = 6.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F70112 (or 0xF70112) is known color: Torch Red. HEX triplet: F7, 01 and 12. RGB value is (247,1,18). Sum of RGB (Red+Green+Blue) = 247+1+18=266 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.86% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 247 - color contains mainly: red. Hex color #F70112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70112 is #08FEED. Grayscale: #4C4C4C. Windows color (decimal): -589550 or 1180151. OLE color: 1180151.

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

Color convert

RGB 247 1 18 -
CMYK 0 1.00 0.93 0.03
HSL 355.85º 0.99% 0.49% -
HSV(B) 355.85º 1% 0.97% -
XYZ 38.48 19.84 2.37 -
YUV 76.49 95 249.62 -
System Red Green Blue C M Y K H S L
Decimal 247 1 18 0 1.00 0.93 0.03 355.85 0.99 0.49
Hex F7 1 12 0 64 5D 3 164 63 31
Octal 367 1 22 0 144 135 3 544 143 61
Binary 11110111 1 10010 0 1100100 1011101 11 101100100 1100011 110001

Color Harmonies of #F70112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70112

Black with #F70112

Text Example


Text Example

White with #F70112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70112; }

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

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

background-color css

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

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

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

border-color css

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

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

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