Html Css Color HEX #F70E14 Torch Red

📋 copy color: '#F70E14'

red 247 ◦ green 14 ◦ blue 20

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

Shades of Torch Red #F70E14

Tints of Torch Red #F70E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 87.9%
G = 4.98%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F70E14 (or 0xF70E14) is known color: Torch Red. HEX triplet: F7, 0E and 14. RGB value is (247,14,20). Sum of RGB (Red+Green+Blue) = 247+14+20=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70E14 is #08F1EB. Grayscale: #545454. Windows color (decimal): -586220 or 1314551. OLE color: 1314551.

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

Color convert

RGB 247 14 20 -
CMYK 0 0.94 0.92 0.03
HSL 358.45º 0.94% 0.51% -
HSV(B) 358.45º 0.94% 0.97% -
XYZ 38.64 20.14 2.51 -
YUV 84.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 247 14 20 0 0.94 0.92 0.03 358.45 0.94 0.51
Hex F7 E 14 0 5E 5C 3 166 5E 33
Octal 367 16 24 0 136 134 3 546 136 63
Binary 11110111 1110 10100 0 1011110 1011100 11 101100110 1011110 110011

Color Harmonies of #F70E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70E14

Black with #F70E14

Text Example


Text Example

White with #F70E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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