Html Css Color HEX #F20739 Torch Red

📋 copy color: '#F20739'

red 242 ◦ green 7 ◦ blue 57

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

Shades of Torch Red #F20739

Tints of Torch Red #F20739

RGB

 RED value IS 242 (94.92% from 255) = 79.08%

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

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 79.08%
G = 2.29%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F20739 (or 0xF20739) is known color: Torch Red. HEX triplet: F2, 07 and 39. RGB value is (242,7,57). Sum of RGB (Red+Green+Blue) = 242+7+57=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F20739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20739 is #0DF8C6. Grayscale: #525252. Windows color (decimal): -915655 or 3737586. OLE color: 3737586.

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

Color convert

RGB 242 7 57 -
CMYK 0 0.97 0.76 0.05
HSL 347.23º 0.94% 0.49% -
HSV(B) 347.23º 0.97% 0.95% -
XYZ 37.43 19.32 5.63 -
YUV 82.97 113.36 241.43 -
System Red Green Blue C M Y K H S L
Decimal 242 7 57 0 0.97 0.76 0.05 347.23 0.94 0.49
Hex F2 7 39 0 61 4C 5 15B 5E 31
Octal 362 7 71 0 141 114 5 533 136 61
Binary 11110010 111 111001 0 1100001 1001100 101 101011011 1011110 110001

Color Harmonies of #F20739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20739

Black with #F20739

Text Example


Text Example

White with #F20739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20739; }

 p { color: rgb(242,7,57); }

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

background-color css

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

 a { background-color: rgb(242,7,57); }

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

border-color css

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

 span { border-color: rgb(242,7,57); }

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