Html Css Color HEX #F1072C Torch Red

📋 copy color: '#F1072C'

red 241 ◦ green 7 ◦ blue 44

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

Shades of Torch Red #F1072C

Tints of Torch Red #F1072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 82.53%
G = 2.4%
B = 15.07%

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

#F1072C (or 0xF1072C) is known color: Torch Red. HEX triplet: F1, 07 and 2C. RGB value is (241,7,44). Sum of RGB (Red+Green+Blue) = 241+7+44=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F1072C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1072C is #0EF8D3. Grayscale: #515151. Windows color (decimal): -981204 or 2885617. OLE color: 2885617.

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

Color convert

RGB 241 7 44 -
CMYK 0 0.97 0.82 0.05
HSL 350.51º 0.94% 0.49% -
HSV(B) 350.51º 0.97% 0.95% -
XYZ 36.81 19.03 4.12 -
YUV 81.18 107.02 241.99 -
System Red Green Blue C M Y K H S L
Decimal 241 7 44 0 0.97 0.82 0.05 350.51 0.94 0.49
Hex F1 7 2C 0 61 52 5 15F 5E 31
Octal 361 7 54 0 141 122 5 537 136 61
Binary 11110001 111 101100 0 1100001 1010010 101 101011111 1011110 110001

Color Harmonies of #F1072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1072C

Black with #F1072C

Text Example


Text Example

White with #F1072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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