Html Css Color HEX #F70936 Torch Red

📋 copy color: '#F70936'

red 247 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #F70936

Tints of Torch Red #F70936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 79.68%
G = 2.9%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F70936 (or 0xF70936) is known color: Torch Red. HEX triplet: F7, 09 and 36. RGB value is (247,9,54). Sum of RGB (Red+Green+Blue) = 247+9+54=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F70936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70936 is #08F6C9. Grayscale: #555555. Windows color (decimal): -587466 or 3541495. OLE color: 3541495.

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

Color convert

RGB 247 9 54 -
CMYK 0 0.96 0.78 0.03
HSL 348.66º 0.94% 0.5% -
HSV(B) 348.66º 0.96% 0.97% -
XYZ 39.12 20.24 5.33 -
YUV 85.29 110.35 243.34 -
System Red Green Blue C M Y K H S L
Decimal 247 9 54 0 0.96 0.78 0.03 348.66 0.94 0.5
Hex F7 9 36 0 60 4E 3 15D 5E 32
Octal 367 11 66 0 140 116 3 535 136 62
Binary 11110111 1001 110110 0 1100000 1001110 11 101011101 1011110 110010

Color Harmonies of #F70936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70936

Black with #F70936

Text Example


Text Example

White with #F70936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70936; }

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

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

background-color css

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

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

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

border-color css

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

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

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