Html Css Color HEX #F70412 Torch Red

📋 copy color: '#F70412'

red 247 ◦ green 4 ◦ blue 18

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

Shades of Torch Red #F70412

Tints of Torch Red #F70412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 91.82%
G = 1.49%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F70412 (or 0xF70412) is known color: Torch Red. HEX triplet: F7, 04 and 12. RGB value is (247,4,18). Sum of RGB (Red+Green+Blue) = 247+4+18=269 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.82% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 247 - color contains mainly: red. Hex color #F70412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70412 is #08FBED. Grayscale: #4E4E4E. Windows color (decimal): -588782 or 1180919. OLE color: 1180919.

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

Color convert

RGB 247 4 18 -
CMYK 0 0.98 0.93 0.03
HSL 356.54º 0.97% 0.49% -
HSV(B) 356.54º 0.98% 0.97% -
XYZ 38.51 19.9 2.38 -
YUV 78.25 94.01 248.36 -
System Red Green Blue C M Y K H S L
Decimal 247 4 18 0 0.98 0.93 0.03 356.54 0.97 0.49
Hex F7 4 12 0 62 5D 3 165 61 31
Octal 367 4 22 0 142 135 3 545 141 61
Binary 11110111 100 10010 0 1100010 1011101 11 101100101 1100001 110001

Color Harmonies of #F70412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70412

Black with #F70412

Text Example


Text Example

White with #F70412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70412; }

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

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

background-color css

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

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

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

border-color css

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

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

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