Html Css Color HEX #F7042C Torch Red

📋 copy color: '#F7042C'

red 247 ◦ green 4 ◦ blue 44

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

Shades of Torch Red #F7042C

Tints of Torch Red #F7042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 83.73%
G = 1.36%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7042C (or 0xF7042C) is known color: Torch Red. HEX triplet: F7, 04 and 2C. RGB value is (247,4,44). Sum of RGB (Red+Green+Blue) = 247+4+44=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7042C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7042C is #08FBD3. Grayscale: #515151. Windows color (decimal): -588756 or 2884855. OLE color: 2884855.

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

Color convert

RGB 247 4 44 -
CMYK 0 0.98 0.82 0.03
HSL 350.12º 0.97% 0.49% -
HSV(B) 350.12º 0.98% 0.97% -
XYZ 38.86 20.04 4.2 -
YUV 81.22 107.01 246.25 -
System Red Green Blue C M Y K H S L
Decimal 247 4 44 0 0.98 0.82 0.03 350.12 0.97 0.49
Hex F7 4 2C 0 62 52 3 15E 61 31
Octal 367 4 54 0 142 122 3 536 141 61
Binary 11110111 100 101100 0 1100010 1010010 11 101011110 1100001 110001

Color Harmonies of #F7042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7042C

Black with #F7042C

Text Example


Text Example

White with #F7042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7042C; }

 p { color: rgb(247,4,44); }

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

background-color css

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

 a { background-color: rgb(247,4,44); }

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

border-color css

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

 span { border-color: rgb(247,4,44); }

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