Html Css Color HEX #F70614 Torch Red

📋 copy color: '#F70614'

red 247 ◦ green 6 ◦ blue 20

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

Shades of Torch Red #F70614

Tints of Torch Red #F70614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 90.48%
G = 2.2%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F70614 (or 0xF70614) is known color: Torch Red. HEX triplet: F7, 06 and 14. RGB value is (247,6,20). Sum of RGB (Red+Green+Blue) = 247+6+20=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F70614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70614 is #08F9EB. Grayscale: #4F4F4F. Windows color (decimal): -588268 or 1312503. OLE color: 1312503.

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

Color convert

RGB 247 6 20 -
CMYK 0 0.98 0.92 0.03
HSL 356.51º 0.95% 0.5% -
HSV(B) 356.51º 0.98% 0.97% -
XYZ 38.55 19.95 2.48 -
YUV 79.66 94.34 247.36 -
System Red Green Blue C M Y K H S L
Decimal 247 6 20 0 0.98 0.92 0.03 356.51 0.95 0.5
Hex F7 6 14 0 62 5C 3 165 5F 32
Octal 367 6 24 0 142 134 3 545 137 62
Binary 11110111 110 10100 0 1100010 1011100 11 101100101 1011111 110010

Color Harmonies of #F70614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70614

Black with #F70614

Text Example


Text Example

White with #F70614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70614; }

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

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

background-color css

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

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

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

border-color css

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

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

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