Html Css Color HEX #F7052B Torch Red

📋 copy color: '#F7052B'

red 247 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #F7052B

Tints of Torch Red #F7052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 83.73%
G = 1.69%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7052B (or 0xF7052B) is known color: Torch Red. HEX triplet: F7, 05 and 2B. RGB value is (247,5,43). Sum of RGB (Red+Green+Blue) = 247+5+43=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7052B is #08FAD4. Grayscale: #515151. Windows color (decimal): -588501 or 2819575. OLE color: 2819575.

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

Color convert

RGB 247 5 43 -
CMYK 0 0.98 0.83 0.03
HSL 350.58º 0.96% 0.49% -
HSV(B) 350.58º 0.98% 0.97% -
XYZ 38.85 20.06 4.11 -
YUV 81.69 106.17 245.91 -
System Red Green Blue C M Y K H S L
Decimal 247 5 43 0 0.98 0.83 0.03 350.58 0.96 0.49
Hex F7 5 2B 0 62 53 3 15F 60 31
Octal 367 5 53 0 142 123 3 537 140 61
Binary 11110111 101 101011 0 1100010 1010011 11 101011111 1100000 110001

Color Harmonies of #F7052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7052B

Black with #F7052B

Text Example


Text Example

White with #F7052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7052B; }

 p { color: rgb(247,5,43); }

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

background-color css

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

 a { background-color: rgb(247,5,43); }

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

border-color css

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

 span { border-color: rgb(247,5,43); }

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