Html Css Color HEX #F2072B Torch Red

📋 copy color: '#F2072B'

red 242 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F2072B

Tints of Torch Red #F2072B

RGB

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

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

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

R = 82.88%
G = 2.4%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2072B (or 0xF2072B) is known color: Torch Red. HEX triplet: F2, 07 and 2B. RGB value is (242,7,43). Sum of RGB (Red+Green+Blue) = 242+7+43=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2072B is #0DF8D4. Grayscale: #515151. Windows color (decimal): -915669 or 2820082. OLE color: 2820082.

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

Color convert

RGB 242 7 43 -
CMYK 0 0.97 0.82 0.05
HSL 350.81º 0.94% 0.49% -
HSV(B) 350.81º 0.97% 0.95% -
XYZ 37.13 19.2 4.04 -
YUV 81.37 106.36 242.57 -
System Red Green Blue C M Y K H S L
Decimal 242 7 43 0 0.97 0.82 0.05 350.81 0.94 0.49
Hex F2 7 2B 0 61 52 5 15F 5E 31
Octal 362 7 53 0 141 122 5 537 136 61
Binary 11110010 111 101011 0 1100001 1010010 101 101011111 1011110 110001

Color Harmonies of #F2072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2072B

Black with #F2072B

Text Example


Text Example

White with #F2072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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