Html Css Color HEX #F70836 Torch Red

📋 copy color: '#F70836'

red 247 ◦ green 8 ◦ blue 54

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

Shades of Torch Red #F70836

Tints of Torch Red #F70836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.59%

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

R = 79.94%
G = 2.59%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F70836 (or 0xF70836) is known color: Torch Red. HEX triplet: F7, 08 and 36. RGB value is (247,8,54). Sum of RGB (Red+Green+Blue) = 247+8+54=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F70836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70836 is #08F7C9. Grayscale: #545454. Windows color (decimal): -587722 or 3541239. OLE color: 3541239.

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

Color convert

RGB 247 8 54 -
CMYK 0 0.97 0.78 0.03
HSL 348.45º 0.94% 0.5% -
HSV(B) 348.45º 0.97% 0.97% -
XYZ 39.11 20.21 5.33 -
YUV 84.71 110.68 243.76 -
System Red Green Blue C M Y K H S L
Decimal 247 8 54 0 0.97 0.78 0.03 348.45 0.94 0.5
Hex F7 8 36 0 61 4E 3 15C 5E 32
Octal 367 10 66 0 141 116 3 534 136 62
Binary 11110111 1000 110110 0 1100001 1001110 11 101011100 1011110 110010

Color Harmonies of #F70836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70836

Black with #F70836

Text Example


Text Example

White with #F70836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70836; }

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

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

background-color css

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

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

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

border-color css

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

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

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