Html Css Color HEX #F2072F Torch Red

📋 copy color: '#F2072F'

red 242 ◦ green 7 ◦ blue 47

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

Shades of Torch Red #F2072F

Tints of Torch Red #F2072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 81.76%
G = 2.36%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2072F (or 0xF2072F) is known color: Torch Red. HEX triplet: F2, 07 and 2F. RGB value is (242,7,47). Sum of RGB (Red+Green+Blue) = 242+7+47=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F2072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2072F is #0DF8D0. Grayscale: #515151. Windows color (decimal): -915665 or 3082226. OLE color: 3082226.

HSL color Cylindrical-coordinate representation of color #F2072F: hue angle of 349.79º 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 #F2072F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 7 47 -
CMYK 0 0.97 0.81 0.05
HSL 349.79º 0.94% 0.49% -
HSV(B) 349.79º 0.97% 0.95% -
XYZ 37.21 19.23 4.44 -
YUV 81.83 108.36 242.25 -
System Red Green Blue C M Y K H S L
Decimal 242 7 47 0 0.97 0.81 0.05 349.79 0.94 0.49
Hex F2 7 2F 0 61 51 5 15E 5E 31
Octal 362 7 57 0 141 121 5 536 136 61
Binary 11110010 111 101111 0 1100001 1010001 101 101011110 1011110 110001

Color Harmonies of #F2072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2072F

Black with #F2072F

Text Example


Text Example

White with #F2072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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