Html Css Color HEX #F1072B Torch Red

📋 copy color: '#F1072B'

red 241 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F1072B

Tints of Torch Red #F1072B

RGB

 RED value IS 241 (94.53% from 255) = 82.82%

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

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

R = 82.82%
G = 2.41%
B = 14.78%

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

#F1072B (or 0xF1072B) is known color: Torch Red. HEX triplet: F1, 07 and 2B. RGB value is (241,7,43). Sum of RGB (Red+Green+Blue) = 241+7+43=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F1072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1072B is #0EF8D4. Grayscale: #515151. Windows color (decimal): -981205 or 2820081. OLE color: 2820081.

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

Color convert

RGB 241 7 43 -
CMYK 0 0.97 0.82 0.05
HSL 350.77º 0.94% 0.49% -
HSV(B) 350.77º 0.97% 0.95% -
XYZ 36.79 19.03 4.02 -
YUV 81.07 106.52 242.07 -
System Red Green Blue C M Y K H S L
Decimal 241 7 43 0 0.97 0.82 0.05 350.77 0.94 0.49
Hex F1 7 2B 0 61 52 5 15F 5E 31
Octal 361 7 53 0 141 122 5 537 136 61
Binary 11110001 111 101011 0 1100001 1010010 101 101011111 1011110 110001

Color Harmonies of #F1072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1072B

Black with #F1072B

Text Example


Text Example

White with #F1072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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