Html Css Color HEX #F5070B Torch Red

📋 copy color: '#F5070B'

red 245 ◦ green 7 ◦ blue 11

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

Shades of Torch Red #F5070B

Tints of Torch Red #F5070B

RGB

 RED value IS 245 (96.09% from 255) = 93.16%

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 93.16%
G = 2.66%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5070B (or 0xF5070B) is known color: Torch Red. HEX triplet: F5, 07 and 0B. RGB value is (245,7,11). Sum of RGB (Red+Green+Blue) = 245+7+11=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F5070B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5070B is #0AF8F4. Grayscale: #4E4E4E. Windows color (decimal): -719093 or 722933. OLE color: 722933.

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

Color convert

RGB 245 7 11 -
CMYK 0 0.97 0.96 0.04
HSL 358.99º 0.94% 0.49% -
HSV(B) 358.99º 0.97% 0.96% -
XYZ 37.79 19.59 2.11 -
YUV 78.62 89.85 246.67 -
System Red Green Blue C M Y K H S L
Decimal 245 7 11 0 0.97 0.96 0.04 358.99 0.94 0.49
Hex F5 7 B 0 61 60 4 167 5E 31
Octal 365 7 13 0 141 140 4 547 136 61
Binary 11110101 111 1011 0 1100001 1100000 100 101100111 1011110 110001

Color Harmonies of #F5070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5070B

Black with #F5070B

Text Example


Text Example

White with #F5070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5070B; }

 p { color: rgb(245,7,11); }

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

background-color css

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

 a { background-color: rgb(245,7,11); }

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

border-color css

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

 span { border-color: rgb(245,7,11); }

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