Html Css Color HEX #F70036 Torch Red

📋 copy color: '#F70036'

red 247 ◦ green 0 ◦ blue 54

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

Shades of Torch Red #F70036

Tints of Torch Red #F70036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 82.06%
G = 0%
B = 17.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F70036 (or 0xF70036) is known color: Torch Red. HEX triplet: F7, 00 and 36. RGB value is (247,0,54). Sum of RGB (Red+Green+Blue) = 247+0+54=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F70036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70036 is #08FFC9. Grayscale: #505050. Windows color (decimal): -589770 or 3539191. OLE color: 3539191.

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

Color convert

RGB 247 0 54 -
CMYK 0 1 0.78 0.03
HSL 346.88º 1% 0.48% -
HSV(B) 346.88º 1% 0.97% -
XYZ 39.02 20.04 5.3 -
YUV 80.01 113.33 247.11 -
System Red Green Blue C M Y K H S L
Decimal 247 0 54 0 1 0.78 0.03 346.88 1 0.48
Hex F7 0 36 0 64 4E 3 15B 64 30
Octal 367 0 66 0 144 116 3 533 144 60
Binary 11110111 0 110110 0 1100100 1001110 11 101011011 1100100 110000

Color Harmonies of #F70036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70036

Black with #F70036

Text Example


Text Example

White with #F70036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70036; }

 p { color: rgb(247,0,54); }

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

background-color css

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

 a { background-color: rgb(247,0,54); }

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

border-color css

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

 span { border-color: rgb(247,0,54); }

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