Html Css Color HEX #F7042D Torch Red

📋 copy color: '#F7042D'

red 247 ◦ green 4 ◦ blue 45

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

Shades of Torch Red #F7042D

Tints of Torch Red #F7042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 83.45%
G = 1.35%
B = 15.2%

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

#F7042D (or 0xF7042D) is known color: Torch Red. HEX triplet: F7, 04 and 2D. RGB value is (247,4,45). Sum of RGB (Red+Green+Blue) = 247+4+45=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F7042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7042D is #08FBD2. Grayscale: #515151. Windows color (decimal): -588755 or 2950391. OLE color: 2950391.

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

Color convert

RGB 247 4 45 -
CMYK 0 0.98 0.82 0.03
HSL 349.88º 0.97% 0.49% -
HSV(B) 349.88º 0.98% 0.97% -
XYZ 38.87 20.05 4.3 -
YUV 81.33 107.51 246.17 -
System Red Green Blue C M Y K H S L
Decimal 247 4 45 0 0.98 0.82 0.03 349.88 0.97 0.49
Hex F7 4 2D 0 62 52 3 15E 61 31
Octal 367 4 55 0 142 122 3 536 141 61
Binary 11110111 100 101101 0 1100010 1010010 11 101011110 1100001 110001

Color Harmonies of #F7042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7042D

Black with #F7042D

Text Example


Text Example

White with #F7042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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