Html Css Color HEX #F70114 Torch Red

📋 copy color: '#F70114'

red 247 ◦ green 1 ◦ blue 20

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

Shades of Torch Red #F70114

Tints of Torch Red #F70114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 92.16%
G = 0.37%
B = 7.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F70114 (or 0xF70114) is known color: Torch Red. HEX triplet: F7, 01 and 14. RGB value is (247,1,20). Sum of RGB (Red+Green+Blue) = 247+1+20=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F70114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70114 is #08FEEB. Grayscale: #4C4C4C. Windows color (decimal): -589548 or 1311223. OLE color: 1311223.

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

Color convert

RGB 247 1 20 -
CMYK 0 1.00 0.92 0.03
HSL 355.37º 0.99% 0.49% -
HSV(B) 355.37º 1% 0.97% -
XYZ 38.49 19.85 2.46 -
YUV 76.72 96 249.46 -
System Red Green Blue C M Y K H S L
Decimal 247 1 20 0 1.00 0.92 0.03 355.37 0.99 0.49
Hex F7 1 14 0 64 5C 3 163 63 31
Octal 367 1 24 0 144 134 3 543 143 61
Binary 11110111 1 10100 0 1100100 1011100 11 101100011 1100011 110001

Color Harmonies of #F70114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70114

Black with #F70114

Text Example


Text Example

White with #F70114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70114; }

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

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

background-color css

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

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

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

border-color css

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

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

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