Html Css Color HEX #F70823 Torch Red

📋 copy color: '#F70823'

red 247 ◦ green 8 ◦ blue 35

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

Shades of Torch Red #F70823

Tints of Torch Red #F70823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 85.17%
G = 2.76%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F70823 (or 0xF70823) is known color: Torch Red. HEX triplet: F7, 08 and 23. RGB value is (247,8,35). Sum of RGB (Red+Green+Blue) = 247+8+35=290 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.17% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 247 - color contains mainly: red. Hex color #F70823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70823 is #08F7DC. Grayscale: #525252. Windows color (decimal): -587741 or 2296055. OLE color: 2296055.

HSL color Cylindrical-coordinate representation of color #F70823: hue angle of 353.22º 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 #F70823 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 8 35 -
CMYK 0 0.97 0.86 0.03
HSL 353.22º 0.94% 0.5% -
HSV(B) 353.22º 0.97% 0.97% -
XYZ 38.75 20.07 3.42 -
YUV 82.54 101.18 245.3 -
System Red Green Blue C M Y K H S L
Decimal 247 8 35 0 0.97 0.86 0.03 353.22 0.94 0.5
Hex F7 8 23 0 61 56 3 161 5E 32
Octal 367 10 43 0 141 126 3 541 136 62
Binary 11110111 1000 100011 0 1100001 1010110 11 101100001 1011110 110010

Color Harmonies of #F70823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70823

Black with #F70823

Text Example


Text Example

White with #F70823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70823; }

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

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

background-color css

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

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

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

border-color css

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

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

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